Computer Science for IGCSE & O level - Programming (Section 5 - No. 33)
Which type of loop is best suited for situations where you need to execute a block of code a specific number of times?
Pre-condition loop
Post-condition loop
Count-controlled loop
Condition-controlled loop
Explanation
Count-controlled loops use a counter to determine the number of iterations.
Comments (0)
