-
Notifications
You must be signed in to change notification settings - Fork 0
surade2001/Student--Application
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
# Student Database Application A basic Java project focused on applying object-oriented design in a real world application. ### Project Aim You are a Database Administrator for a university and need to create an application to manage student enrollments and their balances. Your application should do the following: - Ask the user how many new students will be added to the database - The user should be prompted to enter the name and year for each student - The student should have a 5-digit unique ID, with the first number being their grade level - A student can enroll in the following courses: - *History* - *Mathematics* - *English* - *Chemistry* - *Computer Science* - Each course costs $600 to enroll - The students should be able to view their balance and pay the tuition - To see the status of the student, we should see their name, ID, courses enrolled, and balance
About
A basic Java project focused on applying object-oriented design in a real world application.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published