This document outlines the marking scheme for Assignment 2 of the COMP 1602 Computer Programming II course. It will be marked out of 80 points and involves creating structs and arrays to store student, course, and grade data from multiple files, implementing search and print functions, calculating GPA, and developing a working program with a menu.
This document outlines the marking scheme for Assignment 2 of the COMP 1602 Computer Programming II course. It will be marked out of 80 points and involves creating structs and arrays to store student, course, and grade data from multiple files, implementing search and print functions, calculating GPA, and developing a working program with a menu.
Read data from all three files and store in arrays of structs [8] Print function for student, course and grade [4] Option 1 – search courses – print course or invalid [6] Option 2 – search course code in grade sheet – print grades or invalid [8] Option 3 – search student ID, print courses and grades OR whether the student is not enrolled or does not exists [8] Option 4 – search for student ID, print the details or does not exists [7] Get Quality Points [3] Calculate GPA [6] Display Menu [4] Working Program [20]