Write a program that accepts as input the mass, in grams, and density, in grams per cubic centimeters, and outputs the volume of the object using the formula: volume 5 mass / density. Format your output to two decimal places.
Dairy Farm decided to ship milk in containers in the form of cubes rather than cylinders. Write a program that prompts the user to input the radius of the base and the height of a cylindrical container and outputs the side of the cube with the same volume as the cylindrical container.