a. the for loop is a pretest loop.
b. the loop body of the for loop is executed at least once.
c. the control variable does not have to appear in the for loop.
d. the control variable does not have to be an int data type?
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The b. the loop body of the for loop is executed at least once. is the loop statement false.
The correct answer: b. the loop body of the for loop is executed at least once.