Computer Science for IGCSE & O level - Programming (Section 5 - No. 27)
What is the purpose of the 'FOR' loop in programming?
To make decisions in the program.
To repeat a block of code a specific number of times.
To get input from the user.
To display output to the user.
Explanation
FOR loops iterate a certain number of times.
Comments (0)
