oh sory i dont have any idea because its our project and my instructor given to us without any discussion can i have more question ? anywayss thank you dude :))
Since I'm in a generous mood, I'll also state that the inner //Do stuff is to print "* " and that the outer one is to print a new line. You won't get any more help from me, though; I practically gave you the solution (although I did not state what otherLimit is. You'll have to work that out!).
print a rectangle outline , Read a height and width and print a rectangle that look like the one below.
a. break it down into three problems: a line of stars, line consistingof a star, blanks, and again a line of stars.
b. at each position write either a star blank. use an if statement to test for first or last rows of first or last columns in which case a star is printed, otherwise print a blank