Computer Science for IGCSE & O level - Programming (Section 12 - No. 20)
What is the function of the nested loop in this algorithm?
Calculates average marks for each subject.
Calculates average marks for each student.
To initialize variables.
To calculate total of marks of students.
Explanation
The nested loop is designed to iterate through the subjects and add them for one student.
Comments (0)
