Computer Science, asked by TbiaSamishta, 1 year ago

When the loop is executed then what will be the minimum count in the do while body?

Answers

Answered by Rudhraa
0
minimum count is 1 since it is a do while
Answered by Sidyandex
2

Circle body will be executed first, and after that condition is checked.

On the off chance that Test condition is false, circle body will be executed once.

In the event that the while's condition isn't fulfilled at the first run through, the circle is executed zero times.

For circle and keeping in mind that circle are the models of Entry Controlled Loop.

Do while circle is the case of Exit controlled circle.

Similar questions