Validating User Input
In this exercise, you use what you have learned about validating user input to answer Questions.
You plan to use the following statement in a C++ program to validate user input:
while(userAnswer<1 || userAnswer > 10)
What would a user enter to cause this test to be true?
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.