Computer Science, asked by priyanshaarora1, 4 days ago

___ loop is the simplest of all loops structures​

Answers

Answered by hr805532
4

Answer:

basic loop

hope it helps!

Answered by priyarksynergy
1

While loop is the simplest of all loops structures​.

Explanation:

Loops are control structures that allow sections of program to be executed repeatedly according to the controlling conditions of the loop.

There are two types of loops:

(i) For loop - This loop is made to run between a range of numbers

                     and the start and the end of the range is specified. A variable

                     is used to iterate in the loop.

(ii) While loop - This is the simplest loop of all. This is a conditional loop in                            

                          which the loop is made to iterate until the condition holds

                          true.

Similar questions