0
Please help me how to write a program using loop
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!
+ 2
Jackson Jameson if, else, and else if are not loops they're conditionals.
+ 1
Thank you for everyone to answered me
0
This will help you:
https://code.sololearn.com/c5dUwvCON7WK/?ref=app
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
- 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