Question: Using switch statement, write a program that will ask the user which figure the user wants to solve. The user should accept lowercase or uppercase
Using switch statement, write a program that will ask the user which figure the user wants to solve. The user should accept lowercase or uppercase as input to the option chosen by the user. (Program to be used: C++ Program)
Sample Output:
Volume of Figures
[C] Cube
[R] Rectangular Prism
[S] Sphere
Choose figure: C
You have chosen Cube.
Enter side: 3
The volume of the cube is: 27
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
