CounterTUI implementation (cont.)
nIf we look at what happens when the test is conducted, we see that the following sequence of actions are repeated over and over:
uDisplay menu to the user and prompt the user for input.
uGet the user’s input.
uPerform requested action.
uDisplay results.