CIS 170C iLab 6 of 7 Menu-Driven Application (100% Correct) CIS 170C iLab 6 of 7 Menu-Driven Application (100% | Page 3

The result of choosing #6 will be the following: Devry Bank, established 2011 (123) 456-7890 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 7. Exit Create a MenuBuilder.h Include a header file in your program. 2. This will be where you utilize standardized Identifiers,