The statement / statements within the loop must get executed at least once except for do-while statement. State True/False.
Answer options
A
TRUE
B
FALSE
C
Whereas do-while executes the statement at least once before checking the condition
Correct answer: TRUE
Explanation
Quick AnswerThe correct answer is TRUE because it directly addresses the core logic of Software Engineering.
Correct answer: TRUE.