Difference between revisions of "Printing Initials Assignment"

From WLCS
(New page: '''Objective:''' * Display initials as large ASCII art using iterations (loops) '''Directions:''' # Using while loops, you will print out your initials (FN, LN) # First, try to print out ...)
 
m (Protected "Printing Initials Assignment" [edit=sysop:move=sysop])
(No difference)

Revision as of 14:06, 26 November 2008

Objective:

  • Display initials as large ASCII art using iterations (loops)

Directions:

  1. Using while loops, you will print out your initials (FN, LN)
  2. First, try to print out a line of '*' by using one loop
  3. Put the loop from Step #2 into another loop so that it prints out a block of '*'
  4. Print out your FN and LN initials in large

[Examples]