this program takes 2 numbers and creates a square let's say n=6 m=2
it creates this n is the size of the square and m is the thickness of the square and not the blank in the middle
******
******
** **
** **
******
******
now my problem is that I need to fill a frame of 23 rows and 79 columns with the square and I have no idea how (can't use loop)
no its our first job we cant use recursion and we cant use any more loop
but a hint that was given to us is that we should expand\change the for loop and use the moudole operator