Computer Science, asked by sanjay4798, 3 months ago

1. What is looping control structure?
2. What is the significance of for loop?​

Answers

Answered by ItZkeshavi93
10

Explanation:

\mathtt{\huge\star{\pink{\underline{Answer}}}}\huge\star

1.Control structures alter the normal sequential flow of a statement execution. Loops allow the a block of statements to be executed repeatedly without actually writing them down numerous times....

2.A "For" Loop is used to repeat a specific block of code a known number of times. For example, if we want to check the grade of every student in the class, we loop from 1 to that number. When the number of times is not known before hand, we use a "While" loop.

Answered by raianshu055
1

Answer :

A loop is a sequence of instructions that is continually repeated until specified condition becomes true.

This can be answer of both!

Plz mark me as brainliest‼️

Similar questions