Explain this concept | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Explain this concept

8th Jun 2019, 7:11 AM
Ferjack
Ferjack - avatar
2 Answers
+ 2
loops are used to loop something for example a the code of a game how a game works: 1.calculate where everything is 2.clear the screen 3.draw everything repeat so in code that would look something like this: while(GameIsRunning){ calculate() clearScreen() drawScreen() }
8th Jun 2019, 7:35 AM
Cat Sauce
Cat Sauce - avatar
+ 2
you need to be specific, learning it with a language will be good
8th Jun 2019, 9:42 AM
✳AsterisK✳
✳AsterisK✳ - avatar