Speedy Overnight Shipping uses four shipping methods: air, truck, rail, and hand delivery. Write a program that allows the user to type in a shipping method code: ‘a’, ‘t’, ‘r’, or ‘h’. Have the program display the shipping rate according to the following table:
Method | Rate |
a | 14.95 |
t | 10.25 |
r | 8.75 |
h | 25.99 |
Save the file as Shipping.cpp.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.