Menu

[solved] – Question 7621

Write a program that displays a square box with “@” whose side is specified by a variable “side”. The
value of “side” will be input from the user of your program. (side>2)
For example, if side is 4, the program displays:
@@@@
@ @
@ @
@@@@

Expert Answer


OR


Leave a Reply

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