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

What will be calculated by the inner loop, for each student, during the nested loop structure?
The lowest mark.
The average mark.
The sum of all the marks obtained in all subjects.
The highest mark.

Explanation

The inner loop's main task is the summation of marks.

Comments (0)

Advertisement