Programming - Concept
Loop
Code that repeats the same set of instructions until a condition is met
What's it for?
Automates repeated work without writing the same instructions over and over.
For example…
A program uses a loop to check each item in a shopping basket and add its price to the total