Write a program that inputs two 2 numbers and determines


Part A: Write a program that inputs two (2) numbers and determines which of the two numbers is the smallest. If the numbers are equal, display a message that they are equal.


Part B: Calculate Shipping Charge

Write a program that inputs the amount of the purchase and calculates the shipping charge based on the following table:

$0.00 - $250.00: $5.00

$250.01 - $500.00: $8.00

$500.01 - $1,000.00: $10.00

$1,000.01 - $5,000.00: $15.00

over $5,000.00: $20.00.

Request for Solution File

Ask an Expert for Answer!!
Programming Languages: Write a program that inputs two 2 numbers and determines
Reference No:- TGS01089758

Expected delivery within 24 Hours