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 ← 7ClassTotal ← 0Lowest ← large numberFOR Student ← 0 TO ClassSize - 1
Total ← 0, DaysOver300 ← 0// Loop for each studentFOR Day ← 0 TO 6
REPEAT
OUTPUT "Enter minutes for Day", Day
INPUT Minutes
UNTIL Minutes >= 0
IF Minutes > 300