the cost of sending a package by an express delivery service is $15.00 for the first two pounds, and $5.00 for each pound of fraction thereof over two pounds. If the package weights more than 70 pounds, a $15.00 excess weight surcharge is added to the cost. No package over 100 pounds will be accepted. Write a program that accepts the weight of a package in pounds and computers the cost of mailing the package. Be sure to handle the case of overweight packages.
evaluate