+ 1
Someone can help me how to understand looping funtion,?
looping
4 Respostas
+ 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).
+ 1
thanks for your answer 👍
0
Looping means -- Repeat.. It helps to repeat multiple statements based on our need.
0
Welcome...