Command Line Java Project
The Course Management System is a command-line tool that I developed as a final project in "Data Abstraction", a class that I took in the spring semester of my freshman year.
With this program, built using Java, users can add and subtract classes that they have taken, calculate their GPA both by semester and cumulatively, and plan out what classes they might take next.
This project shows my skills in Data Structures as well as Object Oriented Programming.