Multiple Choice
When using the automatic counter loop:
A) The ending value is optional if you have another way to exit the loop.
B) The step value is optional.
C) The starting value is optional.
D) None of the above.
E) All of the above.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q10: When using a WHILE/WHILE-END instruction,if the condition
Q11: Accumulating and counting a set of data
Q12: Incrementing is done by adding a variable
Q13: Brackets are used in the algorithm of
Q14: Automatic counter loops should be used only
Q15: The conditional test is made at the
Q16: When nesting loops:<br>A)The outer loop instructions are
Q17: When using a REPEAT/UNTIL instruction,if the condition
Q18: Accumulating allows the developer to total a
Q20: Indentation is used in the algorithm of