How many times is the body of the loop below executed?

```
int counter = 1;
while (counter > 20)
{
// body of loop
counter = counter + 1;
}
```

a) 19
b) 20
c) 21
d) 0


d) 0

Computer Science & Information Technology

You might also like to view...

Resources are loaded into the program using the function.

a. loadResources b. initialiseAllResourceGroups c. initialiseResources d. loadScripts

Computer Science & Information Technology

The steps taken to gather and analyze digital evidence are known as a ____.

A. forensic investigation B. threat investigation C. system investigation D. risk investigation

Computer Science & Information Technology

Which of the following is an abstract function?

A. virtual double getArea(); B. double getArea() = 0; C. virtual double getArea() = 0; D. virtual double getArea();

Computer Science & Information Technology

A college student complains to the teacher that the display appears dark. What is the first thing the technician should do?

A) Use OSD tools. B) Restart the computer. C) Reattach the cable. D) Update the driver.

Computer Science & Information Technology