Computer Science, asked by karantm07, 5 months ago

Why looping structure is necessary in programming languages?​

Answers

Answered by Anonymous
9

Answer:

The conditional IF-THEN or IF-THEN-ELSE control structure allows a program to follow alternative paths of execution. Iteration, or looping, gives computers much of their power. They can repeat a sequence of steps as often as necessary, and appropriate repetitions of quite simple steps can solve complex problems.

Similar questions