logo Practice-It logo

BJP5 Exercise 3G.10: Stairs

Language/Type: Java DrawingPanel for loops Graphics
Author: Marty Stepp (on 2019/09/19)

Finish the given program called Stairs that uses the DrawingPanel to draw the figure shown below. The window is 110 x 110 px in size. The first stair's top-left corner is at position (5, 5). The first stair is 10 x 10 pixels in size. Each stair is 10 pixels wider than the one above it. (If you're having trouble matching the output, make a table with the (x, y) coordinates and (width x height) sizes of the first five stairs. Note which values change and which ones stay the same.)

Java DrawingPanel close maximize minimize
expected output
 

(You don't need to include any import statements at the top of your program.) (The next exercise is a modified version of this program, so you can use the code you write here as a starting point for that exercise.)

Type your solution here:


This problem asks for a complete program. Write a complete Java program as a class with a main method. (You do not need to write any import statements.)

You must log in before you can solve this problem.


Log In

If you do not understand how to solve a problem or why your solution doesn't work, please contact your TA or instructor.
If something seems wrong with the site (errors, slow performance, incorrect problems/tests, etc.), please

Is there a problem? Contact a site administrator.