Question

Which is not always required by counter-controlled iteration?
a) The name of a control variable (or loop counter).
b) The initial value of the control variable.
c) The decrement by which the control variable is modified each time through the loop.
d) The condition that tests for the final value of the control variable (i.e., whether looping should continue.

Answer

This answer is hidden. It contains 3 characters.