Printing Initials Assignment

From WLCS

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