What would display if the following statements are coded and executed and the user enters 3 twice at the prompts?
```
Display "Enter your age:"
Input age
Do
Display "Impossible! Enter an age greater than 0:"
Input age
While age <=0
Display "Thank you."
```
a. Thank you.
b. Impossible! Enter an age greater than 0:
c. Thank you.
Impossible! Enter an age greater than 0:
d. Impossible! Enter an age greater than 0:
Thank you.
d. Impossible! Enter an age greater than 0:
Thank you.
You might also like to view...
Select the element used to hyperlink web pages to each other from the list below:
a. link b. hyperlink c. anchor d. target
What is the name for a NFS share on a Windows failover cluster?
A. MFS file store B. SFS data store C. NFS data store D. SFS file store
Describe a situation in which you would create a custom function.
What will be an ideal response?
What command is most effective at identifying different types of files??
A. stat B. ?ls -l C. ?ll D. ?file