Skip to content

A Java-based program to calculate and manage student exam marks with grades and percentage output.

Notifications You must be signed in to change notification settings

rifatsh3ikh/exam-marks_java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Exam Marks Java

A simple Java program to determine a student’s grade or class category based on exam marks.

Description

This Java application prompts the user to enter marks (or total/obtained marks) and determines the corresponding grade or classification.
It’s designed as a beginner-level console program to practice Java fundamentals such as input handling, conditionals, and basic logic.

Features

  • Reads marks from user input
  • Calculates grade or category
  • Simple console interface

Technologies Used

  • Java

Installation

  1. Clone the repository:

    git clone https://github.com/rifatsh3ikh/exam-marks_java.git
  2. Change into the project directory:

    cd exam-marks_java
  3. Open in your preferred Java IDE (IntelliJ, Eclipse, NetBeans) or compile via command line.

How to Run

Using an IDE

  • Open the project in an IDE.
  • Locate the class containing public static void main(String[] args).
  • Run the program.

Using Command Line

javac exam-marks/*.java
java exam-marks.Main

(Replace Main with the actual main class name if different.)

Example Usage

Enter marks obtained:
78
Total marks:
100
Your grade is: B

(Actual example may vary based on program logic.)

Author

Rifat Sheikh

License

This project is open source and available for learning purposes.

About

A Java-based program to calculate and manage student exam marks with grades and percentage output.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages