The Student Database Application is a software written in Java designed to manage student information, enrollment, tuition status, and tuition balance. It allows for an efficient and organized system to store, retrieve and update student information. This project was created with intentions to showcase my object-oriented programming skills.
- Enroll new students.
- Enroll student in courses.
- Generate a unique student ID.
- Check outstanding student tuition balance.
- Check student status ie. (tuition balance, student ID, courses enrolled).
- Java