This page provides a step-by-step method, a student-friendly checklist, and a starter template to help students write well-structured answers that maximize marks for the 15-Marker question.
📚 IGCSE Computer Science 0478
DaysInWeek ← 7
ClassTotal ← 0
Lowest ← large number
FOR Student ← 0 TO ClassSize - 1
Total ← 0
, DaysOver300 ← 0
// Loop for each student
FOR Day ← 0 TO 6
REPEAT
OUTPUT "Enter minutes for Day", Day
INPUT Minutes
UNTIL Minutes >= 0
IF Minutes > 300