Computer Science for IGCSE & O level - Programming (Section 10 - No. 28)

In the `Worked Example`, which part of the code would be executed repeatedly for each student?
The outer loop (FOR Student...)
The lines that declare the constants.
The inner loop (FOR Subject...)
The output statements at the end.

Explanation

Both loops are the answer.

Comments (0)

Advertisement