Question: Design a Shipping Calculator VB Application that will take as an input the Weight of the package ( decimal) and the type of shipping (
Design a Shipping Calculator VB Application that will take as an input the Weight of the package ( decimal) and the type of shipping ( regular or overnight) as a string using an InputBox function. then calculate and display the total cost for the shipping before Tax, display the taxes and total after tax using a MessageBox
Assume that the tax rate is 8.75%.
The Shipping cost is calculated based on the following criteria:
if the type of shipping is regular:
the cost is $7.99 if the package weight is less than 3 pounds
the cost is $12.50 if the package weight is between 3 pounds and 10 pounds
the cost is $18.75 if the package weight is more than 10 pounds
if the type of shipping is Overnight:
the cost is $12.99 if the package weight is less than 3 pounds
the cost is $20.59 if the package weight is between 3 pounds and 10 pounds
the cost is $30.25 if the package weight is more than 10 pounds.
Use a SpashScreen for your application, use the Keyboard shortcuts for Clear(L), Calculate ( C) and Exit (X).
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
