I wrote a program to read do a simple math test, this program reads top down and works fine. I would like to break it up into three different classes with one being the main.

The pseudocode I...