[Start] │ ▼ Initialize GradeManager │ ┌─┴────────────────────────────────────────┐

Description

[Start] │ ▼ Initialize GradeManager │ ┌─┴────────────────────────────────────────┐ │ │ Loop until user chooses "Exit": │ │ Display menu │ │ Get user choice │ │ switch(choice): │ │ "1" → Add Student using AddStudent() │ │ "2" → Assign Grade (prompt ID, subject, score) using AssignGrade() │ │ "3" → ShowStudent(ID) │ │ "4" → ShowAll() │ │ other → print "Invalid option" │ └────────────────────────────────────────┘ │ Exit and print "Goodbye!" ▼ [End]

Created On

04.08.2025 14:20

Download

Related Images