Skip to content

AkkuByte/Internship_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

College Management System

A simple Java-based console application to manage student records. It allows users to dynamically add student details and displays the complete list of students.

Features

  • Add Students dynamically: Input student ID, Name, Age, and Course through the console.
  • Data Validation: Basic validation for numeric inputs (ID and Age).
  • View Records: Displays a formatted list of all student records in the system.
  • Pre-populated Data: Starts with some sample data for demonstration.

Getting Started

Prerequisites

  • Java Development Kit (JDK) installed on your system.

How to Run

  1. Open your terminal or command prompt.
  2. Navigate to the project directory where College.java is located.
  3. Compile the Java file:
    javac College.java
  4. Run the compiled Java program:
    java College

Usage

Upon running the application, you will be prompted to add a new student.

  • Type yes to enter details for a new student (ID, Name, Age, Course).
  • Type no to exit the input loop and view all the stored student records.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages