A shipping company uses the following function to calculate the cost (in dollars) of shipping based on the weight of the package (in pounds).
c(w) =
Write a program that prompts the user to enter the weight of the package and display the shipping cost. If the weight is greater than 50, display a message “the package cannot be shipped.”
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.