0

Please help me how to write a program using loop

Java https://code.sololearn.com/cJ96O0JvA5Wm/?ref=app

19th Nov 2021, 5:16 PM
Sathish Kumar C
6 Answers
+ 8
Sathish Kumar C , to get useful help from the community,  we need to see your attempt first. without having seen your code, it is difficult to find out where the issue is. => please put your code in playground and link it here thanks!
19th Nov 2021, 5:39 PM
Lothar
Lothar - avatar
+ 2
Jackson Jameson if, else, and else if are not loops they're conditionals.
19th Nov 2021, 5:46 PM
Simon Sauter
Simon Sauter - avatar
+ 1
Thank you for everyone to answered me
20th Nov 2021, 9:51 AM
Sathish Kumar C
19th Nov 2021, 8:44 PM
JaScript
JaScript - avatar
0
Sry, lothar i understood this question and i try to explore my code without using loop .But i want to know how to use for loop or while.loop to this question so that's why i asked the question next time i will definitely put my code to this community discussion group
20th Nov 2021, 10:00 AM
Sathish Kumar C
- 2
there is lots of loop types. there is the for loop the if loop the else loop the do...while loop and the else...if loop
19th Nov 2021, 5:43 PM
Jackson Jameson
Jackson Jameson - avatar