Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Instructions The included program found in main.cpp is designed to find the area of a rectangle, the area of a circle, or the volume of
Instructions
The included program found inmain.cppis designed to find the area of a rectangle, the area of a circle, or the volume of a cylinder.
However:
- the statements are in the incorrect order;
- the function calls are incorrect;
- the logical expression in the while loop is incorrect;
- the function definitions are incorrect;
- You may assume that the value of =3.14159.
Rewrite the program so that it works correctly. (Note that the program is menu driven and allows the user to run the program as long as the user wishes.)
Format your output withsetprecision(2)to ensure the proper number of decimals for testing!
https://godbolt.org/z/a5GPfd
I have this so far but when I run the code I am getting errors. I do not know how to fix this. .
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started