Which looping logic is exit controlled?
Answer options
A
For loop
B
While loop
C
do-while loop
Correct answer: While loop
Explanation
Quick AnswerThe correct answer is While loop because it directly addresses the core logic of Software Engineering.
Correct answer: While loop.