Computer Science for IGCSE & O level - Programming (Section 5 - No. 13)

Which statement is the appropriate way to iterate over the elements of an array?
WHILE loop
FOR loop
IF statement
CASE statement

Explanation

FOR loops are designed to iterate over elements.

Comments (0)

Advertisement