My Java program manages a list of students and their grades for different subjects, using a Hash Map
and an Array List
. The results of the program are visible in the Terminal, under the Output
section.
- HashMap
- ArrayList
- Clone the repository.
- Navigate to the repository directory.
- Compile and run the program.