Computer Science, asked by shkahlam6977, 4 months ago

Name two types of entry controlled loops?

Answers

Answered by 107993
1

Answer:

For Loop : The For loop is a entry control loop which is used for fixed number iteration. In a For loop It is written with the help of three basic statements. ...

While Loop : While loop is another type of looping statement which is used for unfixed number of iteration. ...

Do While loop :me one entry controlled loop.

Answered by ikrambalghari
0

Answer:

While...EndWhile

For... EndFor

Explanation:

Similar questions