Why does the following pseudocode not perform as indicated in the comments?
// This program asks the user to enter a value
// between 1 and 10 and validates the input.
Declare Integer value
// Get a value from the user.
Display "Enter a value between 1 and 10."
Input value
// Make sure the value is between 1 and 10.
While value <> 10
Display "ERROR: The value must be between 1 and 10."
End While
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here