Questions are in regular text. Answers are in boldface.
Last Update: 7pm, Sat. 1/15
Do we need to execute the
program in a loop? Or how do we know when to terminate the program?
You don't need a loop. The user only gets to process one character
each time she runs the program. To process another character,
she has to rerun the program.