CIS 170 (Devry) help Making Decisions/uophelp.com CIS 170 (Devry) help Making Decisions/uophelp.com | Page 40
12345 1st St.
Someplace, NJ 12345
The result of choosing #7 will be the following:
*Exit the program - terminate console application.
Step 2: Processing Logic
You will create a Menu Builder class (for menu applications), a Test
Menu class (for Main), and a MenuBuilder.h for a total of three files as a
demonstration of understanding, creating, and using classes.
Using the pseudocode below, write the code that will meet the
requirements.
Create a Test Menu class
For main method and to call the Menu Driven class
Create a MenuBuilder Class
This will be where you create statements for the following:
1. Check balance
2. Make withdrawal
3. Make deposit
4. View account information
5. View statement
6. View bank information