Question: Write a function named as shippingcost that calculates the cost of shipping a package according to the following price schedule: Your program should involve switch

Write a function named as shippingcost that calculates the cost of shipping
a package according to the following price schedule: Your program should involve switch/case and if/elseif structures and perform the
following tasks:prompt the user to enter one of the following service types:
Ground
Express
- prompt the user to enter the package weight
- calculate the shipping cost according to the price schedule given in the table
- provided that the service type has been entered correctly, reports the result using
fprintf as follows:
The cost of your shipment will be whatever_the_price_is TL
- gives a warning message like 'Please enter a correct service type when no or
incorrect input is supplied by the user.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!