Hi , I have an assignment, the task is too draw a 'square' whose outline is all *'s and whose
interior is filled with the character . (dot). The input to the program is the size of the 'square'
in characters. :confused:
Input size of square: 5
Expected output
*****
*. . .*
*. . .*
*. . .*
*****
I am very new to Java and completely lost on this task, please please HELP! :-) Thanks
