Question: Please help my project of Java! CS 21, Java Project #1 For this project, you are to complete the following assignment: Programming Project #4, page

Please help my project of Java! CS 21, Java Project #1 For this project, you are to complete the following assignment: Programming Project #4, page 133 The output for this program should look something like this: Please help my project of Java! CS 21, Java Project #1 For

Create and project and class in BlueJ named Project1. You must define and call at least 3 different methods from main(), which should be similar to these: line() - This method will draw the line at the top and bottom of the hourglass topHalf() - This method will draw the top portion of the hourglass. You must use nested loops to do this. bottomHalf() - This method will draw the bottom portion of the hourglass. You must use nested loops to do this. The two vertical lines together in the middle of the hourglass can be drawn in main() without using a method. Do not put all your code in main(). Your code must contain the methods described above and use nested loops where you are told to use them. When the code works correctly, submit the Project1.java file in Canvas. Once I download your Project1.java file and copy it to a project in BlueJ, I will determine how many points you get as follows: The comment header is at the top of the file and correctly completed (2 points) Your program contains code and compiles with no syntax errors (4 points) Your code generates output and has no runtime errors (4 points) NOTE: Program must compile to get credit for the following: o At least 3 methods are defined (4 points) o One method draws the line at the top and bottom of the hourglass (4 points) o One method draws the top half of the hourglass and must use nested loops (4 points) o One method draws the bottom half of the hourglass and must use nested loops (4 points) o Output is correct (4 points)

\:::::::: \:::::: \::::/ \::] ]::\ ]::::\ \:::::: ]::::::::\

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!