This C++ program allows you to manage student information, including names and scores. It demonstrates object-oriented programming concepts and features dynamic student ID generation. Use this program to input and display scores for both Advanced Placement (AP) and non-AP students.
- Student Object: Create student objects with first and last names.
- Score Management: Input and display scores for up to four subjects per student.
- Automatic Student ID: Automatically generates unique student IDs.
- AP and Non-AP Students: Manage scores for both AP and non-AP students.
- Interactive: User-friendly interface for input and score display.
- Create student objects, either for AP or non-AP students.
- Input names and scores for the selected group of students.
- View and analyze student scores, including the average.