loops | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

loops

what is uses of loops please give me ex

23rd Jul 2018, 6:31 AM
Yimer Indris
Yimer Indris - avatar
3 Answers
+ 2
When you write programs, you often have to write the same processes. Then loop is useful. For example, reading strings, searching, ....
23rd Jul 2018, 6:49 AM
Disvolviĝo;
Disvolviĝo; - avatar
+ 2
Hello, Yimer Indris ! loops allow you to perform a certain action, depending on certain conditions, many times. In the Java language, there are the following types of loops: 1.for 2.while 3.do...while Good luck in programming on SoloLearn! https://www.sololearn.com/Discuss/297398/?ref=app https://www.sololearn.com/learn/Java/2147/?ref=app https://www.sololearn.com/learn/Java/2206/?ref=app https://www.sololearn.com/learn/Java/2146/?ref=app
23rd Jul 2018, 6:50 AM
Alexander Sokolov
Alexander Sokolov - avatar
0
The answer is:while 5 x
1st Jun 2020, 9:41 AM
Mostafizur Rahman
Mostafizur Rahman - avatar