An open API service indexing awesome lists of open source software.

https://github.com/myowin-andrdev/student-exam-result-in-java

A Java application that collects student exam data, calculates total marks, determines pass/fail status, and provides averages and statistics. This program is designed to help educators manage and analyze student performance effectively.
https://github.com/myowin-andrdev/student-exam-result-in-java

Last synced: 7 months ago
JSON representation

A Java application that collects student exam data, calculates total marks, determines pass/fail status, and provides averages and statistics. This program is designed to help educators manage and analyze student performance effectively.

Awesome Lists containing this project

README

          

# StudentExamResults

## Description
This Java application allows educators to input student exam data, including names, genders, and marks for various subjects. The program calculates total marks for each student, determines pass/fail status based on predefined criteria, and provides statistical insights such as average marks and pass percentages.

## Features
- Input student details (name, gender, and marks for Myanmar, English, and Math).
- Calculate total marks for each student.
- Determine pass/fail status based on a minimum mark requirement.
- Calculate and display average marks for each subject.
- Provide the highest mark and the student who achieved it.
- Display pass percentage of students.

## Requirements
- Java Development Kit (JDK) 8 or higher

## How to Run
1. Clone the repository:
```bash
git clone https://github.com/phyo-105438/Student-Exam-Result-In-Java.git