Question
Question: Write a program that displays the following menu: Geometry Calculator 1. Calculate the Area of a Circle 2. Calculate the Area of a Rectangle
Question: Write a program that displays the following menu:
Geometry Calculator
1. Calculate the Area of a Circle
2. Calculate the Area of a Rectangle
3. Calculate the Area of a Triagle
4. Quit
Enter your choice (1-4):
If the user enters 1, the program should ask for the radius of the circle and then display its area. Using 3.14 when you calculate the circle's area
If the user enters 2, the program should ask for the length and width of the rectangle and then display the rectangle's are.
If the user enters 3, the program should ask for the length of the triangle's base and the height of the triangle, and then display its area. Use the following formula to calculate the area of the rectangle: area = base * height * 0.5
If the user enters 4, the program should terminate.
The program should repeatedly display the menu after display the area as long as the choice is not 4.
Requirements: Pseudocode and flowchart using Raptor
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