Use a multiple-line IF statement to output the message "Count exceeds 99" when the value of the variable count is greater than 99.

What will be an ideal response?


```
IF count > 99 THEN
OUTPUT "Count exceeds 99"
END IF
```

Computer Science & Information Technology

You might also like to view...

As shown in the accompanying figure, you can add a city to the calendar Weather Bar.

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

Computer Science & Information Technology

If a cell displays a series of ________, the column should be widened

A) @ B) # C) & D) ?

Computer Science & Information Technology

Explain expansion slots and cards.

What will be an ideal response?

Computer Science & Information Technology

Where can’t you see errors?

a) The line where the error occurred b) The Error List window c) The Solution window d) The Command Prompt window

Computer Science & Information Technology