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

What will be an ideal response?


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

Computer Science & Information Technology

You might also like to view...

What are two tools used to troubleshoot a suspect power supply? (Choose two.)

A) Loopback plug B) Circuit tester C) PSU tester D) Multimeter E) Toner probe

Computer Science & Information Technology

A full software installation enables you to choose which program features you want installed on your hard drive.

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

Computer Science & Information Technology

Which of the following is a valid group scope? (Choose all that apply.)

a: Global b: Domain local c: Forest d: Domain global

Computer Science & Information Technology

Most troubleshooting tools for your network connection can be found on the _____ in Windows. 

A. taskbar B. desktop C. title bar D. Control Panel

Computer Science & Information Technology