Question: Create an application that contains a loop to be used for input validation. Valid entries are positive integers less than 100. Test your program with
Create an application that contains a loop to be used for input validation. Valid entries are positive integers less than 100. Test your program with values both less than and greater than the acceptable range as well as non-numeric data. When the user is finished inputting data, display the number of valid and invalid entries entered. For invalid values, identify how many of those values were outside the range and the number of non-numeric invalid values entered.
Must be in c#, no copypaste the other answers don't include the invalid user rule at the end of the paragraph.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
