Question: Please implement the following problem in basic C++ code and include detailed comments so that I am able to understand the processes for the solution.

Please implement the following problem in basic C++ code and include detailed comments so that I am able to understand the processes for the solution. Thanks in advance.

Please implement the following problem in basic C++ code and include detailed

Design a program that will repeatedly ask the user to enter student ID (9 digit). If the entered IID is less or greater than 9 digits, the program will throw an exception, generate appropriate error message and terminate. Write this program using the following function declaration *Prompts the user to input 9 digit WSU student id and returns the id *If the length of the student id is 9, * a logic error exception is thrown string getID The output of the program should match the following: OSCWINDOWs1system321cmd.exe Please enter your 9 digit WSU student ID: 004380111 ID: 004380111 Please enter your 9 digit Wsu student ID: 004380222 ID: e04380222 Please enter your 9 digit WSU student ID: 0043801 Caught an exception: String length underflow Of type: class std::logic_error Press any key to continue

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!