https://github.com/alex-cultrera/college-enrollment-data-sort
Java program for professors to manage student enrollment data. It reads a student master list from a CSV file, stores the parsed data in memory to corresponding arrays, sorts by grade, and writes each array to a new file.
https://github.com/alex-cultrera/college-enrollment-data-sort
arrays arraysort bufferedreader bufferedwriter comparator inheritance java
Last synced: 27 days ago
JSON representation
Java program for professors to manage student enrollment data. It reads a student master list from a CSV file, stores the parsed data in memory to corresponding arrays, sorts by grade, and writes each array to a new file.
- Host: GitHub
- URL: https://github.com/alex-cultrera/college-enrollment-data-sort
- Owner: Alex-Cultrera
- Created: 2024-05-21T01:26:09.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-14T18:02:14.000Z (10 months ago)
- Last Synced: 2025-05-13T20:37:04.223Z (27 days ago)
- Topics: arrays, arraysort, bufferedreader, bufferedwriter, comparator, inheritance, java
- Language: Java
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# College Enrollment Data Sort
Data science project where I created a Java application that helps college professors manage and sort student enrollment data that is stored in a CSV file.
An array is created from the master list, the data is then parsed into separate arrays for each course, the arrays are sorted by student grade, and then it writes each array to a new file.