Q & A by Maninder Singh

Question:

QUESTION: What is a loop (for, while, and do-while)?

Answer:

Loops are like programming structures that repeat a set of instructions. loops repeat a specific number of times, loops repeat while a condition is true, and loops always execute at least once. (for while do-while)