Multiple Choice
Which of the following is not required for counter-controlled repetition?
A) the special value -1 to mark the end of data input
B) initial value of the control variable
C) increment or decrement by which the control variable is modified each time through the loop
D) condition that tests for the final value of the control variable.
Correct Answer:

Verified
Correct Answer:
Verified
Q29: The Do…Loop While statement is an example
Q30: Which of the following operators is typically
Q31: In a Do…Loop While statement,the loop body
Q32: Which of the following statements cannot be
Q33: The logical operator Not is also called
Q35: The Visual Basic operator ^ can be
Q36: Which of the following is not a
Q37: Select Case statements do not require the
Q38: The expression following the keywords Select Case
Q39: A case can be labeled as to