Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 405 Bytes

File metadata and controls

12 lines (9 loc) · 405 Bytes

Student Grades Program

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.

Two Topics Covered

  • HashMap
  • ArrayList

How to Run the Program

  1. Clone the repository.
  2. Navigate to the repository directory.
  3. Compile and run the program.