Hello, OnlineGDB Q&A section lets you put your programming query to fellow community users. Asking a solution for whole assignment is strictly not allowed. You may ask for help where you are stuck. Try to add as much information as possible so that fellow users can know about your problem statement easily.
Login
Login
OnlineGDB Q&A
Questions
Unanswered
Tags
Ask a Question
Ask a Question
what is a loop?
+2
votes
asked
Mar 7, 2020
by
Mohamed Diakhate
(
140
points)
Please
log in
or register to answer this question.
3 Answers
0
votes
answered
Mar 7, 2020
by
Giuseppe Barra
(
140
points)
A loop is a defined or not defined sequence of iteration or repetition. We use it when we want to repeat for each times the same action to build something.
Please
log in
or register to add a comment.
+1
vote
answered
Mar 8, 2020
by
pkboss
Loop is basically a cycle like water cycle and we can control this cycle as per requirement and cycle is procedure which repeat the steps used in cycle
Please
log in
or register to add a comment.
0
votes
answered
Mar 12, 2020
by
Panguluri Navya
(
200
points)
loop we use for iteration for some conditons
Please
log in
or register to add a comment.
Welcome to OnlineGDB Q&A, where you can ask questions related to programming and OnlineGDB IDE and receive answers from other members of the community.
...