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.

Computer Science & Information Technology

You might also like to view...

The only way to empty the Recycle Bin is to empty it manually

Indicate whether the statement is true or false

Computer Science & Information Technology

The default line spacing for Word 2010 is double spacing

Indicate whether the statement is true or false

Computer Science & Information Technology