Computer Science, asked by ggurwindersingh9192, 22 days ago

which of the following loop statement is guaranteed to iterate the body of the loop at least once?

Answers

Answered by afsana620ali
1

Answer:

According to my teacher, a for-loop always executes at least once, even if the condition is not met.

Similar questions