vb

Visual Basic

PG212-NUM6.VBP

written: 1 Dec 2001

Poker Hand:

User enters five cards and the program determines his hand if any.

MONEY PENNY.VBP

written: 9 Dec 2001

Personal Wealth Managemnet:

This was an experiment in linking a VB program w/ a database. It is nowhere near complete but it does link to the database just fine.

PG127-NUM3.VBP

written: 18 Nov 2001

Income Tax:

Calculates your income tax under our "progressive" tax system.

PG156-NUM6.VBP

written: 18 Nov 2001

Falling Objects:

The VB version of the problem we've all worked on in physics. Performs various calculations given starting height and initial velocity.

PG210-NUM2.VBP

written: 25 Nov 2001

Determining Student Grades:

Uses an array to hold student scores and determines average score and standard deviation. Then it assigns each student the appropriate letter grade.

WEEK5.VBP

written: 4 Nov 2001

Pay Roll:

Validates up to six in/out times that user enters along with personal and sick leave and calculates the total time on the job and pay for that day.

PG69-NUM4.VBP

written: 17 Nov 2001

Sequential File Access:

Reads customer data from a text file and makes calculation.

PG69-NUM5.VBP

written: 18 Nov 2001

Sequential File Access:

Reads demographic data from text file and makes calculations.

WEEK2.VBP

written: 14 Oct 2001

Experimenting w/ VB:

Responds to certain events by displaying pictures.

WEEK3.VBP

written: 21 Oct 2001

Math Checking:

User or program generates two numbers and user enters their product,sum, difference, or quotient and remainder. Program determines if user entered the correct answer.

WEEK4.VBP

written: 27 Oct 2001

Control Arrays:

Dynamically calculates the cost of a pizza as the user makes selections.