The user decides whether 1. Trapezoid, 2. Ellipse, or 3. Equilateral Triangle. Compute the area of the figure chosen and output the results. Depicted below are sample outputs when the program is executed (the items in bold characters are inputted by the user, while the items in bold italic characters are calculated and/or outputted by the program): Menu: Compute Area of 1. Trapezoid 2. Ellipse 3. Equilateral Triangle Choice: 1 Menu: Compute Area of 1. Trapezoid 2. Ellipse 3. Equilateral Triangle Choice: 2 Menu: Compute Area of 1, Trapezoid 2. Ellipse 3. Equilateral Triangle Choice: 3 Trapezoid Enter h: 3 Ellipse Enter rl: 2 Equilateral Triangle Enter a: 3 Area of Equilateral Triangle is 3:9 Enter bl: 2 Enter r2: 3 Enter b2: 2 Area of Ellipse is 18.85 Area of Trapezoid is 6 CamScanner

Programming Logic & Design Comprehensive
9th Edition
ISBN:9781337669405
Author:FARRELL
Publisher:FARRELL
Chapter12: Event-driven Gui Programming, Multithreading, And Animation
Section: Chapter Questions
Problem 13RQ
icon
Related questions
Question

Decision Control Structure (switch) Problem

PLS SHOW THE FLOW CHART 

THE ANSWER IS GIVEN BUT IT DONT HAVE FLOWCHART

PLS GIVE THE FLOWCHART OF THIS ONLY

The user decides whether 1. Trapezoid, 2. Ellipse, or 3. Equilateral Triangle. Compute the
area of the figure chosen and output the results.
Depicted below are sample outputs when the program is executed (the items in bold
characters are inputted by the user, while the items in bold italic characters are
calculated and/or outputted by the program):
Menu: Compute Area of
1. Trapezoid
2. Ellipse
3. Equilateral Triangle
Choice: 1
Menu: Compute Area of
1. Trapezoid
2. Ellipse
3. Equilateral Triangle
Choice: 2
Menu: Compute Area of
1, Trapezoid
2. Ellipse
3. Equilateral Triangle
Choice: 3
Trapezoid
Enter h: 3
Ellipse
Enter rl: 2
Enter r2: 3
Equilateral Triangle
Enter a: 3
Area of Equilateral
Triangle is 3:9
Enter bl: 2
Enter b2: 2
Area of Ellipse is 18.85
Area of Trapezoid is 6
CamScanner
Transcribed Image Text:The user decides whether 1. Trapezoid, 2. Ellipse, or 3. Equilateral Triangle. Compute the area of the figure chosen and output the results. Depicted below are sample outputs when the program is executed (the items in bold characters are inputted by the user, while the items in bold italic characters are calculated and/or outputted by the program): Menu: Compute Area of 1. Trapezoid 2. Ellipse 3. Equilateral Triangle Choice: 1 Menu: Compute Area of 1. Trapezoid 2. Ellipse 3. Equilateral Triangle Choice: 2 Menu: Compute Area of 1, Trapezoid 2. Ellipse 3. Equilateral Triangle Choice: 3 Trapezoid Enter h: 3 Ellipse Enter rl: 2 Enter r2: 3 Equilateral Triangle Enter a: 3 Area of Equilateral Triangle is 3:9 Enter bl: 2 Enter b2: 2 Area of Ellipse is 18.85 Area of Trapezoid is 6 CamScanner
Instruction:
The areas of the following figures are computed as follows:
1. trapezoid: (h/2) (b1+b2)
2. ellipse: T (r1*r2)
3. equilateral triangle:
J3(a)
4
Using switch for the choices, create a flowchart and a java program that will display a
menu and the user can choose which figure to compute.
CamScanner
Transcribed Image Text:Instruction: The areas of the following figures are computed as follows: 1. trapezoid: (h/2) (b1+b2) 2. ellipse: T (r1*r2) 3. equilateral triangle: J3(a) 4 Using switch for the choices, create a flowchart and a java program that will display a menu and the user can choose which figure to compute. CamScanner
Expert Solution
steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Knowledge Booster
Concept of Parenthesis
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT