ahmed sami

ahmed sami

  • NA
  • 64
  • 200.7k

Write a function that displays at the left margin of the screen a solid square of asterisks

Nov 23 2012 8:03 AM
  1. Write a function that displays at the left margin of the screen a solid square of asterisks whose side is specified in integer parameter side. For example, if side is 4, the function displays the following:

****

****

****

****


Answers (3)