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 , preprocessor directives , classes , namespaces , and so forth . Step 3 : Create a New Project Create a new project and name it LAB6 . Write your code using the Processing Logic in Step 2 . Make sure you save your program . Step 4 : Compile and Execute a ) Compile your program and eliminate all syntax errors . b ) Build your program and verify the results of the program . Make corrections to the program logic if necessary until the results of the program execution are what you expect . Step 5 : Print Screenshots and Program Capture a screen print of your output . ( Do a PRINT SCREEN and paste into an MS Word document .) Copy your code and paste it into the same MS Word document that contains the screen print of your output . Save the Word document as Lab06B _ LastName _ FirstInitial . END OF ILAB