Program that prompts the user to input the dimensions- Programming

Program that prompts the user to input the dimensions- Programming

Question: Amanda and Tyler opened a business that specializes in shipping liquids, such as milk, juice, and water, in cylinderical containers. The shipping charges depend on the amount of liquid in the container. (For simplicity, you may assume that the container is filled to the top.) They also provide the option to paint the outside of the container for a reasonable amount. Write a program that does the following:

Part 1: Prompts the user to input the dimensions (in feet) of the container (radius of the base and the height).

Part 2: Prompts the user to input the shipping cost per liter.

Part 3: Prompts the user to input the paint cost per square foot. (Assume that the entire container including the top and bottom needs to be painted).

Part 4: Separately outputs the shipping cost and the cost of painting.

Your program must use class cylinderType to store the radius of the base and the height of the container. (Note that 1 cubic feet = 28.32 liters or 1 liter = 0.353146667 cubic feet).

Solve these questions in details and provide examples to support your rationale.

Order from us and get better grades. We are the service you have been looking for.