Skip to content

This project uses an Array of objects and implements the databases using some basic OOP concepts.(All the source codes are in src file)

Notifications You must be signed in to change notification settings

ManasDroid/theStudentDatabaseApplication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

theStudentDatabaseApplication

Project 2 :

Student Database Application

Scenario: You are a Database Administrator for a university and need to create an application to manage student enrollments and balance. 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 101 Mathematics 101 English 101 Chemistry 101 Computer Science 101.

-> Each course costs Rs600/- to enroll.

-> The student 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

This project uses an Array of objects and implements the databases using some basic OOP concepts.(All the source codes are in src file)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages