Question

In the context of counter-controlled iteration, which of the following is not accomplished by the control-variable initialization statement?
int c = 10;
a) Names the control variable.
b) Defines the control variable to be an integer.
c) Specifies the sentinel value.
d) Sets the initial value of the control variable to 10.

Answer

This answer is hidden. It contains 3 characters.