Hello, I could use some help in making a program that computes the volume of either a cube, a cyliner, or box. The user enters the shape (strings) they want (ex: cube. Then the program asks to enter the values such as side length, radius, etc. The program then displays the corresponding shape volume.
Ex: cube with side of 4
The volume of a cube with side=4 is 64.