What would display if the following statements are coded and executed and the user enters -3 at the first prompt, 0 at the next prompt, and 22 at the third prompt?
```
Display "Enter your age:"
Input age
While age <= 0
Display "Impossible! Enter an age greater than 0:"
Input age
End While
Display "Thank you."
```
a. Thank you.
b. Impossible! Enter an age greater than 0:
Impossible! Enter an age greater than 0:
Impossible! Enter an age greater than 0:
c. Impossible! Enter an age greater than 0:
Impossible! Enter an age greater than 0:
Thank you.
d. Impossible! Enter an age greater than 0:
Thank you.
c. Impossible! Enter an age greater than 0:
Impossible! Enter an age greater than 0:
Thank you.
You might also like to view...
What is the location of the Public folder in Windows 8.1?
a. C:\ b. C:\Documents and Settings\All Users c. C:\Public d. C:\Users\Public
A printed circuit board, that houses the processor, chipset, memory, and expansion slots.
A. motherboard B. mobo C. motherbase D. system board E. main board