[cs13001] Latest lab

Mikhail Nesterenko mikhail at cs.kent.edu
Wed Jan 29 21:40:32 EST 2014




Why don't you try this approach to printing the hollow square?

  If it is the first line - then print a star
  else if it is the last line - then print a star
  else if it is the first row - then print a star
  else if it is the last row - then print a star 
  else print a space

When you get this to work, see if you can optimize it.

Thanks,
--
Mikhail


More information about the cs13001 mailing list