Multiple Choice
When the number of repetitions needed for a set of instructions is known before they are executed in a program, the best repetition structure to use is a(n)
A) Do While...Loop structure.
B) Do...Loop Until structure.
C) For...Next loop.
D) If blocks.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q63: The following two sets of code
Q64: If the counter variable of a For...Next
Q65: What is one drawback in using non-integer
Q66: What numbers will be displayed in the
Q67: A variable declared inside a Do loop
Q68: What numbers will be displayed in the
Q69: In a For...Next loop, the initial value
Q70: What will be displayed by the following
Q71: Which of the following loops will always
Q73: What will be displayed when the following