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.
- Host: GitHub
- URL: https://github.com/myowin-andrdev/student-exam-result-in-java
- Owner: MyoWin-andrDev
- Created: 2024-09-30T09:49:39.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-09-30T15:08:27.000Z (over 1 year ago)
- Last Synced: 2024-12-27T21:13:19.962Z (over 1 year ago)
- Language: Java
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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