Computer Science for IGCSE & O level - Programming (Section 16 - No. 1)
What does the program calculate in the first nested loop (FOR Subject = 1 TO NumOfSubjects)?
The average mark for each subject.
The highest mark for each student.
The total of marks obtained by students
The sum of marks for a subject and average for the subject.
Explanation
The inner loop computes a subject's sum.
Comments (0)
