Computer Science, asked by dikshachadha70, 5 months ago

which are the entry controlled loop
a for and while
b do while
c if else
d else if​

Answers

Answered by Roshi06
0

Answer:

Entry controlled loop is a loop in which the test condition

is checked first,

and then loop body will be executed.

Explanation:

do and while

examples of entry controlled loops, whereas do-while loop is an example of exit controlled loop.

Similar questions