https://github.com/rhildred/prog1935assignment1
grades updater
https://github.com/rhildred/prog1935assignment1
Last synced: 5 months ago
JSON representation
grades updater
- Host: GitHub
- URL: https://github.com/rhildred/prog1935assignment1
- Owner: rhildred
- License: mit
- Created: 2025-01-27T15:03:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-27T15:33:04.000Z (over 1 year ago)
- Last Synced: 2025-10-16T17:21:36.390Z (9 months ago)
- Language: HTML
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PROG1935Assignment1
grades updater
The user can manage grades dynamically:
- Add, remove, and update grades.
- View a summary showing average, highest, and lowest grades.
Error messages are displayed if the user tries invalid actions (e.g., removing a non-existent grade).
## Marking
|Item|Out Of|
|--|--:|
|get grade from input|1|
|add grade|2|
|delete grade|2|
|update grade|2|
|summarize grades in list|3|
|bonus - make a table of grades and summary|1|
|||
|total|11|
I hope that this is fun!