Write a Gradebook program with the following functionality.
Design your solution to use structs, functions, arrays, and only
2 global constants.
Helpful Hints:
name
ID
scores[NUM_TESTS]
average
grade
Write a Gradebook program with the following functionality. Design your solution to use structs, functions, arrays, and
-
- Posts: 43759
- Joined: Sat Aug 07, 2021 7:38 am