224k views
0 votes
Plz help I don't know what to do or how to do the loops.

Plz help I don't know what to do or how to do the loops.-example-1

1 Answer

2 votes
For Loop. The for statement is used to iterate over the elements of a sequence. It's traditionally used when you have a piece of code which you want to repeat n number of time. The for loop is often distinguished by an explicit loop counter or loop variable.
User Shashi Deshetti
by
5.4k points