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
The correct answers are: the condition under which the iterative process should get t, initial condition must be applied before the loop begins to .