_________is a statement that changes the loop control variables each time the loop to executed
Answers
Answered by
1
Answer: Loop body and update step: the loop body is the sequence of statements executed when the boolean test is true. These statements (almost always) include a statement that updates a loop control variable (or some other variable) that is used in the boolean test.
Similar questions