What type of loop allows you to indicate the starting value for the loop control variable, the test condition that controls loop entry, and the expression that alters the loop control variable, all in one convenient place?

A. for
B. do
C. repeat
D. while

Answer: A

Computer Science & Information Technology

You might also like to view...

Which of the following commands redistribute the static routes on a router?

a. redistribute all b. redistribute c. redistribute connected d. redistribute static

Computer Science & Information Technology

Which of the following is not a type of operating system?

(a) Multi-user. (b) Multi-threading. (c) Kernel. (d) Multi-tasking.

Computer Science & Information Technology