Question: Write s segment of code to do the following: C++ Ask the user to enter an integer between 0 and 40 inclusive to represent a
Write s segment of code to do the following: C++
Ask the user to enter an integer between 0 and 40 inclusive to represent a number of hours worked by an employee The number read is validated. If the number entered is not within range, an appropriate error message will be displayed, and the user will be asked to try again until a valid number is entered. Use a while loop, and the variable hoursWorked. You will also consider proper indentation and alignment of the statements. (5 marks)
int hoursWorked;
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
