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.

what is a loop?

+2 votes
asked Mar 7, 2020 by Mohamed Diakhate (140 points)

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.
+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
0 votes
answered Mar 12, 2020 by Panguluri Navya (200 points)

loop we use for iteration  for some conditons

Welcome to OnlineGDB Q&A, where you can ask questions related to programming and OnlineGDB IDE and and receive answers from other members of the community.
...