Computer Science for IGCSE & O level - Programming (Section 7 - No. 24)
Which of the following best describes the role of a FOR loop in array manipulation?
To define the data type of the array.
To declare the array.
To populate or iterate through the array.
To remove elements from an array.
Explanation
A FOR loop is commonly used to iterate through the array's elements.
Comments (0)
