Skip to content

abhinandanraj/Student_Database_Application_in_Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Student_Database_Application_in_Java

A Java application to manage student enrollments and balance.

This application will do the following:

Step 1 - Ask the user how many new students will be added to the database
Step 2 - Enter the name and year for each student
Step 3 - The student should have a 5-digit unique ID, with the first number being their grade level
Step 4 - A student can enroll in the courses like below example:
 History 101
 Mathematics 101
 English 101
 Chemistry 101
 Computer Science 101
Step 5 - Each course costs $500 to enroll
Step 6 - The student should be able to view their balance and pay the tuition
Step 7 - To see the status of the student, we should see their name, ID, courses enrolled, and balance