Question: Write a java program that does the below Here are following requirements to completing Menu shapes: 1. Create menu that have 4 options
Write a java program that does the below
Here are following requirements to completing Menu shapes:
1. Create menu that have 4 options
1. Filled Triangle
2. Filled Inverted Triangle
3. This can be any shape such as a Square, circle, a different angle of the triangle...etc
4. (This option is extra credit create a Bow Tie shape an image of it is at the bottom)
4. Exit (This Exit will be 5 if you wanting to do the extra credit)
I will need the following requirements:
a. case statements for each menu option 1,2,3,4
b. You will need to ask the user to enter the height(the amount of rows) of your shape or you can ask them to enter the width and height of your shape.
c. while loop or do/while loop
d. for loop for each shape
e. functions for each shape
bonus tie 1 Bonus tie 2 * * * * * *
Step by Step Solution
3.34 Rating (154 Votes )
There are 3 Steps involved in it
Heres a Java program that implements the menu for drawing different shapes based on the requirements ... View full answer
Get step-by-step solutions from verified subject matter experts
