An open API service indexing awesome lists of open source software.

https://github.com/rhildred/prog1935assignment1

grades updater
https://github.com/rhildred/prog1935assignment1

Last synced: 5 months ago
JSON representation

grades updater

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!