student-management-system-application
v1.0.0
Published
Npx student-management-system-application
Downloads
3
Readme
Run This Project for Command Prompt
Npx student-management-system-application
Student Management System
This project is a simple console based Student Management System. In this project you will be learning how to add new students, how to generate a 5 digit unique studentID for each student, how to enroll students in the given courses. Also, you will be implementing the following operations enroll, view balance, pay tuition fees, show status, etc. The status will show all the details of the student including name, id, courses enrolled and balance.This is one of the best projects to implement the Object Oriented Programming concepts.