Which of the following statements are true with respect to looping statements? Select one or more:
Answer options
A
the condition under which the iterative process should get terminated must be given
B
initial condition must be applied before the loop begins to execute
Correct answer: the condition under which the iterative process should get terminated must be given, initial condition must be applied before the loop begins to execute
Explanation
Quick AnswerThe correct answer is the condition under which the iterative process should get terminated must be given, initial condition must be applied before the loop begins to execute because it directly addresses the core logic of Essentials.
The correct answers are: the condition under which the iterative process should get t, initial condition must be applied before the loop begins to .