Someone can help me how to understand looping funtion,? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Someone can help me how to understand looping funtion,?

looping

26th May 2017, 6:06 AM
Raffik bojjes
Raffik bojjes - avatar
4 Answers
+ 1
Looping mean actually repeating. any loop structure have 3 part. first part is initialization/counter which is set up a initial point. Second part is condition, untill that you think it's your destination where you have to go. Third part is Increament/Decrement, which means it's your next step. Example: you'll claimed a stairs. First stairs number is 1, last number is 20 and every time you'll go with single step. Try to match example with loop structure. I think you'll got it. (sorry for poor english).
26th May 2017, 9:31 PM
Rashed
Rashed - avatar
+ 1
thanks for your answer 👍
28th May 2017, 11:00 PM
Raffik bojjes
Raffik bojjes - avatar
0
Looping means -- Repeat.. It helps to repeat multiple statements based on our need.
26th May 2017, 6:47 AM
jamilxt
jamilxt - avatar
0
Welcome...
29th May 2017, 6:09 AM
Rashed
Rashed - avatar