This program maintains a roster of current students within a given degree program and uses function calls to manipulate data. It parses through the student data and creates objects. The student records are stored in an array and specific student data is output to the console.
Language: C++
