+ 1

Loops

What do you think about loops? Are they overrated or are they useful?

23rd Jan 2025, 1:31 PM
Arjuna Prasad
Arjuna Prasad - avatar
4 Answers
+ 10
In what specific context? Loops are a fundamental concept in many programming languages. You could also ask: What do you think about breathing air? Is it overrated or useful? Without framing a context, this question sounds a little off.
23rd Jan 2025, 1:36 PM
Lisa
Lisa - avatar
+ 6
Loops are vital to games,as one example. For example, the game loop continues until the player/s Perform an action,or die. Iterating over a List or Array,Creating Patterns and Shapes, Reading Files, Counting,Displaying Data and other uses.most programs have a loop or a nested loop sequence.
25th Jan 2025, 10:15 AM
Daniel
Daniel - avatar
+ 4
Loops are fundamental to coding. They are useful. This is kind of like asking, are if statements overrated? Doesnt make sense ngl
23rd Jan 2025, 9:13 PM
Nothingness
Nothingness - avatar
+ 1
I'm begginer but from what I know loops can prove of great importance.:)
24th Jan 2025, 6:58 PM
Tyler
Tyler - avatar