Question: Write a segment of code to do the following: Ask the user to enter an integer between 0 and 24 inclusive to represent a valid
Write a segment of code to do the following: Ask the user to enter an integer between 0 and 24 inclusive to represent a valid number of vacation days of 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 vacationDays. You will also consider proper indentation and alignment of the statements. (5 marks) int vacation Days
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
