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

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.

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.