Geography, asked by raghavsinghrajput14, 2 months ago

Which of the loop checks the condition first and then the execution begins?​

Answers

Answered by ranoutshivang0853g
2

Answer:

entry controlled loop is the answer

Answered by pranithranga1710
2

Answer:

Explanation:

The do-while loop is an exit-condition loop. This means that the body of the loop is always executed first. Then, the test condition is evaluated. If the test condition is TRUE, the program executes the body of the loop again.

Similar questions