Intro to CS Practical Projects
Intro to CS Practical Projects
Description: Create a program that manages student grades. It should store students' names and
their grades, compute their averages, and categorize them into different grade ranges (e.g., A, B,
C, etc.). The program should use arrays to store student data, if statements to classify grades, and
functions for specific tasks like calculating averages.
Requirements:
Example functionality: