Assume the value of the variable n is equal to zero as the loop begins.

Build a DO WHILE loop that will output values of the variable n after they have been
inputted until the value 99 is encountered. The output should include the value 99.

```
DO WHILE n > 99 INPUT n
OUTPUT n
LOOP
```

Computer Science & Information Technology

You might also like to view...

The Mail Merge wizard provides a step-by-step approach to working through the mail merge process

Indicate whether the statement is true or false

Computer Science & Information Technology

The DSS makes use of the _________ and presents a new digital signature technique, the Digital Signature Algorithm (DSA).

A. HMAC B. XOR C. RSA D. SHA-1

Computer Science & Information Technology