Skip to content

Latest commit

 

History

History
24 lines (22 loc) · 1009 Bytes

File metadata and controls

24 lines (22 loc) · 1009 Bytes

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

How To Run this Project

  1. Download zip
  2. After Download Extract it.
  3. Right click
  4. Open folder as intellij idea project or Open folder as project eclipse
  5. Than, Open Src and open .java files and Run.