Answered step by step
Verified Expert Solution
Question
1 Approved Answer
C++ Programming Quick Program. Need done within an hour for 5 stars!!! please help!! :-) Design a program that will repeatedly ask the user to
C++ Programming Quick Program.
Need done within an hour for 5 stars!!! please help!! :-)
Design a program that will repeatedly ask the user to enter student ID (9 digit). If the entered ID 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()Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started