Apply the rules for the IF statement

Use a single-line IF statement to assign the value zero to the variable count when the value of count exceeds 99.


```
IF count > 99 THEN LET count = 0
```

Computer Science & Information Technology

You might also like to view...

When editing the data use the Delete key to delete text to the left of the insertion point.

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

Computer Science & Information Technology

____ data is data that the program is expecting the user to enter.

A. Invalid B. Constructed C. Valid D. Inferred

Computer Science & Information Technology

In Lync, a white presence indicator means that Lync cannot tell if the contact is online

Indicate whether the statement is true or false

Computer Science & Information Technology

Web design is more about the visual and graphical design aspects of creating Web pages, while Web page authoring deals with how to work with tags and attributes.

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

Computer Science & Information Technology