Programming (Year 11)
What is the difference between a 'for' loop and a 'while' loop?
A 'for' loop iterates a specific number of times, while a 'while' loop continues until a condition is false.