This repository contains a Java project focused on displaying a student's mark sheet based on the information entered by the user. The program prompts the user to input essential student details such as name, roll number, and marks for various subjects. It then calculates the total marks, percentage, and grade, and displays the complete mark sheet in a structured format. This project serves as a great example of basic Java concepts like user input handling, conditional statements, and formatted output.
Java VS Code
To set up and run this project locally:
- Clone the repository:
git clone https://github.com/GagandeepSingh2001/Java-Project.git
- Navigate to the project directory:
cd Java-Project
- Compile the Java files:
javac Marksheet.java
- Run the application:
java Marksheet