Examlex

Solved

Write a Multiple-Alternative Selection Structure That Determines the Shipping Charge

question 31

Essay

Write a multiple-alternative selection structure that determines the shipping charge based on the total order amount entered by the user.The shipping charge is stored in the intShipCharge variable.The total order amount is stored in the decTotalOrder variable.The shipping charge is $9 for all orders under $25.The shipping charge is $8 for all orders of $25 to $50.The shipping charge is $7 for all orders where the total order amount is greater than $50.If the user does not enter a valid total order amount (less than 0),display "Please enter a valid amount." in the lblMessage control.Use the Select Case statement.


Definitions:

Eligible

Meeting the set criteria or conditions required for participation or access to a specific benefit, service, or position.

Serious Problems

Issues that pose significant threats or obstacles to individuals, communities, or societies and require immediate attention or resolution.

Consumer-outcome Criteria

Measures or benchmarks used to evaluate the results or impacts of services and products on users.

Measurable

Capable of being quantitatively assessed or evaluated through the use of metrics or data.

Related Questions