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.

Computer Science & Information Technology

You might also like to view...

Follow the algorithm presented in the chapter to compile and run the Hello example on one machine. Write a report to describe your experience, including any difficulty you encountered and how you resolved it.

What will be an ideal response?

Computer Science & Information Technology

The ________ Presentation file format, .odp, is an XML-based format used in both free software and proprietary software

Fill in the blank(s) with correct word

Computer Science & Information Technology

One of the most common methods of validating numerical input data is to accept all numbers as strings.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

When editing a document, you often need to copy text from one place to another.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology