The following is an example of a(n) __________ loop.

```
While x < 10
Set sum = sum + x
Set x = x + 1
End While

```

a. count-controlled
b. condition-controlled
c. While
d. Do-While

a. count-controlled

Computer Science & Information Technology

You might also like to view...

What process makes TCP a connection-oriented protocol?

A. It works via network connections. B. It uses a handshake. C. It monitors for dropped connections. D. It uses a complex header

Computer Science & Information Technology

In the figure above, identify the area of the Paragraph panel identified by number 5.

What will be an ideal response?

Computer Science & Information Technology