Skip to content

A console-based Java application which helps in managing enrollment of courses and balance information for the students

Notifications You must be signed in to change notification settings

attrayadas/students-management-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Student Management System

banner (1)

It is a console-based Java Application which helps in managing course enrollments and balance information for the students.

The Application does the following:

  • Asks the user how many new students will be added to the database

  • The user is prompted to enter the name and year for each students

  • Every student gets a 5-digit unique ID, with the first number being their grade level

  • A student can enroll in multiple courses like:

    Java,

    Python,

    JavaScript,

    Go,

    Ruby, etc

  • Each course costs $200 to enroll

  • The student can be able to view their balance and pay the tuition amount

  • We can see the status of the student, we can see their name, ID, courses enrolled and balance at the end

Screenshots

console1 console2

About

A console-based Java application which helps in managing enrollment of courses and balance information for the students

Resources

Stars

Watchers

Forks

Languages