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...

If you are nervous about a presentation, it will put both you and your audience at ease if you just state that you are nervous.

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

Computer Science & Information Technology

Before you close a path, if you make a mistake, you can press the BACKSPACE key to delete the current anchor point.

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

Computer Science & Information Technology