Skip to content

cymriccc/Student-Grade-Report-Java-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸŽ“ Student Grades Report (Java)

A simple Java console program that calculates and displays the grades and averages of multiple students across several subjects, including the class average and the top-performing student.


πŸ“˜ Features

  • Uses arrays and loops to store and process grades.
  • Displays individual student averages.
  • Computes the class average.
  • Identifies the top student with the highest average.
  • Adds colorful terminal output using ANSI escape codes.

🧩 Code Information

Language: Java
Author: Carlo Sebastian M. Dingle
Subject Example: CCINCOML, CCPRGG1L, CCPRGG2L
School: National University - MOA


βš™οΈ How to Run

  1. Save the file as StudentGrades.java.
  2. Open the directory in VS Code or any Java IDE.
  3. Compile the program using:
    javac StudentGrades.java
  4. Run the compiled program:
    java StudentGrades

πŸ–₯️ Sample Output

=========================================
 NATIONAL UNIVERSITY - MOA GRADE REPORT
=========================================

Enter grades for Donasco:
CCINCOML: 85
CCPRGG1L: 90
CCPRGG2L: 88

...

=========================================
           STUDENT GRADE REPORT
=========================================
Name       CCINCOML  CCPRGG1L  CCPRGG2L  Average
---------------------------------------------------
Donasco    85        90        88        87.67
Dingle     92        89        95        92.00
Cachapero  80        85        82        82.33
---------------------------------------------------
Class Average: 87.33
Highest Average: Dingle (92.00)

πŸ“œ License

This project is open source and available under the MIT License.

About

Student Grade Report program made with java.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages