(Latest Revision: Wed Feb 7 19:47:29 PST 2001 ) sampleLevel01Test

sampleLevel01Test


You will find a script here that shows what happened when I did some testing of my level one solution to the "block letters" programming problem.

Notice below that I tested a boundary case by answering immediately with 'n' the first time I executed the program. This helped verify that the main loop of the program operates correctly.


Script started on Wed Feb 07 19:28:18 2001
john@vega: lettersLev01 
void function "ReadLetters" executing now ...
Would you like to see a phrase?  Answer y or n:  n 
john@vega:  lettersLev01 
void function "ReadLetters" executing now ...
Would you like to see a phrase?  Answer y or n:  y 
void function "PrintPhrase" executing now ...
Would you like to see a phrase?  Answer y or n:  y 
void function "PrintPhrase" executing now ...
Would you like to see a phrase?  Answer y or n:  n 
john@vega:  exit 
script done on Wed Feb 07 19:28:47 2001