0
Does just the loops for repetitive or other
6 Answers
0
yep.
It helps to do many actions(depending from somethin') with less code.
0
what are other actions
0
didn't get what do you mean in "other actions"
You can put code inside of loop to repeat it.
0
sorry i dont know English good wait i go to google translation
0
What are the other functions of the Loops
0
You can do somethin with every element in array...
Or with every symbol in string...
When you'll get how it works =>you'll get how and where you can use it.