Here is what happened when I did the same test on the *third* level of my solution to this assignment: --------------------------- cut here --------------------------- tester@deneb:~/CS2500/Letters letterLev3 Would you like to see a phrase? Answer y or n: y ........................................................................... ..................###################################...................... ..................###################################...................... ..................###################################...................... .................................######.................................... .................................######.................................... .................................######.................................... .................................######.................................... .................................######.................................... .................................######.................................... .................................######.................................... .................................######.................................... .................................######.................................... .................................######.................................... .................................######.................................... ...............#######..........######..................................... ................######........#######...................................... ................#######.....########....................................... .................#######...#######......................................... ...................############............................................ .....................########.............................................. ..................... ###### .............................................. ........................................................................... ........................................................................... Would you like to see a phrase? Answer y or n: y ........................................................................... ..................###################################...................... ..................###################################...................... ..................###################################...................... .................................######.................................... .................................######.................................... .................................######.................................... .................................######.................................... .................................######.................................... .................................######.................................... .................................######.................................... .................................######.................................... .................................######.................................... .................................######.................................... .................................######.................................... ...............#######..........######..................................... ................######........#######...................................... ................#######.....########....................................... .................#######...#######......................................... ...................############............................................ .....................########.............................................. ..................... ###### .............................................. Would you like to see a phrase? Answer y or n: n tester@deneb:~/CS2500/Letters --------------------------- cut here --------------------------- As you can see, right now my "phrase" consists of just the one letter, J. That's because J is the only letter I have! When the class gets finished making the alphabet, I'll make a larger phrase and change my program to do that phrase. Of course, I have the program set up so the change will be very easy to make.