+ 2
loops
what is uses of loops please give me ex
3 Réponses
+ 2
When you write programs, you often have to write the same processes. Then loop is useful.
For example, reading strings, searching, ....
+ 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
0
The answer is:while
5
x