Wednesday, February 9, 2011

Visual Basic 6.0 - Session 6

1. The post office has the following charges for parcels based upon different weights.


Parcels which are heavier than 500 gms are calculated by weight*0.02


Design a project that allows a user to enter the weight in a text box and calculate the postage.  Use Case statements in your code.  Link this as CaseWeights under the Multiway menu heading in your main form.

2. Use a set of check boxes to allow a user to choose the noise level by the comments,
then output the probable decibel level based on information in the following table.







Again use Case statements and link this to the main form menu under the name NoiseLevels again connected to the Multiway menu heading.

No comments:

Post a Comment