This Java application is designed to generate report cards for students based on their marks in five subjects. It calculates total marks, percentage, and grade and saves the report in a .txt file.
- ๐ฅ Input student data and subject marks
- ๐งฎ Calculates total, percentage & assigns grade (AโF)
- ๐พ Saves report to a local text file
- ๐งโ๐ป Simple Java console-based interface using OOP and File Handling
- Java (Core)
- OOPs (Object-Oriented Programming)
- File Handling
Student_Report_Card_Java_Project/
โโโ src/
โ โโโ Student.java
โ โโโ ReportCardApp.java
โโโ output/
โ โโโ Sample_Report.txt
โโโ README.md
โโโ .gitignore
โโโ compile_run.bat
-
Clone the repository
git clone https://github.com/ManishKumawat450/Student_Report_Card_Java_Project.git
-
Compile Java files
cd src javac *.java
-
Run the project
java ReportCardApp
-
Check
output/folder for generated report file
Name: Manish Kumawat
Roll No: 101
Total: 430
Percentage: 86.0%
Grade: B
Manish Kumawat
๐ B.Tech CSE (AIML) @ Sir Padampat Singhania University
๐ NPTEL Top 5% in Programming in Java
๐ LinkedIn | GitHub