danieldotwav / Student-Score-Tracker

This C++ program allows you to manage student information, including names and scores.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Student-Score-Tracker

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.

Features

  • 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.

Usage

  1. Create student objects, either for AP or non-AP students.
  2. Input names and scores for the selected group of students.
  3. View and analyze student scores, including the average.

About

This C++ program allows you to manage student information, including names and scores.


Languages

Language:C++ 79.4%Language:C 20.6%Language:Makefile 0.0%Language:Nix 0.0%