Use a single-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"
```
Computer Science & Information Technology
You might also like to view...
L2TP supports five authentication protocols
Indicate whether the statement is true or false.
Computer Science & Information Technology
Map method ________ is used to determine whether a map contains a mapping for the specified key.
a. containsKey b. hasKey c. containsMapping d. hasMapping
Computer Science & Information Technology