0 votes
3 views
by
Why would you use a loop?

1 Answer

0 votes
by
In computer Programming, a Loop is used to execute a group of instructions or a block of code multiple times, without writing it repeatedly. The block of code is executed based on a certain condition. Loops are the control structures of a program.
...