Computer Science for IGCSE & O level - Programming (Section 2 - No. 23)

Which programming construct is typically used to process each element of an array sequentially?
IF statement
FOR loop
Function call
Variable assignment

Explanation

FOR loops are often used to iterate through arrays.

Comments (0)

Advertisement