Today's lab will test your knowledge of classes, methods, using the API and solving problems.
You will create two classes, and include a third class, ConsoleReader. One class will be the driver that has your main method. My main method had two lines, I created an instance of my second class, and then I called a go() method that started the program. Your second method will have several methods using whiles, switches, and do/whiles to solve the problem.
You are to write a program that will complete the following tasks:
Here is a sample output of my program running. Sample Output Here are the steps the user picked to get this output.
Other things you will need to use to solve the problem.
Go step by step.
Compile often. Compile after each step.