Printing Initials Assignment

From WLCS
Revision as of 13:17, 21 November 2008 by Admin (talk | contribs) (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 ...)
(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]