Computer Science for IGCSE & O level - Programming (Section 14 - No. 48)

What kind of loop is used for iteration in the examples given?
FOR...NEXT loop
WHILE loop
DO...WHILE loop
REPEAT...UNTIL loop

Explanation

The examples use 'FOR...NEXT' to iterate through array elements.

Comments (0)

Advertisement