Question: Write an application that displays a checkerboard pattern, as follows:

Checkerboard pattern of asterisks
Checkerboard pattern of asterisks
Sample Program Run

Note that this program can also be written using eight System.out.println statements.

Click here to see other answers to Java How to Program. You can also click here to see the same program in C.

1 Comment

Write A Comment