Printing Initials Assignment

From WLCS
Revision as of 09:12, 13 January 2010 by Admin (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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