1) you input the length of the side of a square and what you want to repeat
2) it then outputs the border of the square
my problem is that this code only outputs the first and last row but no the middle. I know that this might be because it is existing the for loop after the if condition or it just never gets to the else ?