Question: Help me find the flowchart for this question and the coding using array and string..thank you PROBLEM STATEMENT SECTION Build a Geometry Calculator program that

 Help me find the flowchart for this question and the coding

Help me find the flowchart for this question and the coding using array and string..thank you

PROBLEM STATEMENT SECTION Build a Geometry Calculator program that can allow user to select the specific arithmetic operation from the menus provided by the program. Initially, this program will displays a main menu to choose the calculator type If user chooses Plain Geometry, then a menu appears for Plain Geometry Calculator option. If the user chooses Solid Geometry, then menu appears for Solid Geometry Calculator and the last option to Ouit Continue from the program. YOUR TASK Your team is required to design and develop a program using CH language and apply modular programming concept. Your C++ program should capable to perform the following tasks: Task 1: Selection Menu: User able to select which calculator to use and what operation they need to use to get the output. User is able to choose either to use Plain or Solid Geometry Calculator Task 2: Operation: Perform calculation for both Plain Geometry and Solid Geometry You can limit to 3 Shapes for each type of Geometry. a) Plain Geometry Calculator User can calculate the area and perimeter for the shapes b) Solid Geometry Calculator User can calculate the surface area and volume for the shapes Task 3: Data Handling: You may store the data or can retrieve back the data Program able to receive more than one size (select your limitation) for each shape to be calculated. For example: User need to calculate for 3 different size of Circle; Circlel, Circle2, Circle3 and can be more (depends on the limitation setup by the programmer) At the end of each operation/output, users are able to see all the input numbers and the result obtain from the calculation. Therefore, you need to apply any technique you leam from this course to store and retrieve back the data. END OF PROBLEM STATEMENT

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!