Menu

[solved] – Question 95886

Write a program Checkers that takes one number (X) entered by the user and prints out a two dimensional X-by-X checkerboard pattern with alternating spaces and asterisks, like the following 4-by-4 pattern. Remember, the user should be able to enter any value for X and the output should be an X-by-X checkerboard of alternating spaces and asterisks.

* * * *

* * * *

* * * *

* * * *

Expert Answer


OR


Leave a Reply

Your email address will not be published. Required fields are marked *