Explain the purpose of the looping statements? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Explain the purpose of the looping statements?

looping statements

5th May 2017, 12:30 PM
shelton kay
11 Answers
+ 8
I know why they're posting so many questions about loops, they're stuck in a loop obviously
5th May 2017, 1:31 PM
‎ɐısıօլɐ
‎ɐısıօլɐ - avatar
+ 6
@Thanh I was wondering that too
5th May 2017, 12:58 PM
‎ɐısıօլɐ
‎ɐısıօլɐ - avatar
+ 4
well, you dont want to go through large data structures "by hand" if you had an array of 100 Strings, if you wanted to print each String of that array without a loop that would be 100 lines of code to print each String with loops you can do that with few lines on code and you also do not need to know array's size beforehand
5th May 2017, 12:35 PM
Martin Soukup
Martin Soukup - avatar
+ 1
How come there are so many questions about loop recently?
5th May 2017, 12:57 PM
Thanh Le
Thanh Le - avatar
+ 1
conspiracy theories 0.0
5th May 2017, 1:25 PM
Sammi
Sammi - avatar
+ 1
@Martin thanks for the head up
5th May 2017, 1:45 PM
shelton kay
+ 1
yeah you right folks..it's like digging a mountain with a needle😓
5th May 2017, 1:48 PM
shelton kay
0
@Aloisia Good one😂
5th May 2017, 1:34 PM
Sammi
Sammi - avatar
0
@Martin thanks for the head up
5th May 2017, 1:45 PM
shelton kay
0
write a program which validates user input using windows form application
9th May 2017, 8:55 PM
shelton kay