Skip to content

A simple Java program that calculates the average, highest, and lowest grades from an array of student grades. This project demonstrates the use of arrays and methods for basic calculations.

Notifications You must be signed in to change notification settings

alstondsouza1/Student-Grade-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Student Grade Calculator

This Java program calculates the average, highest, and lowest grades from a list of student grades. It uses arrays to store the grades and methods to perform the calculations.

Topics Covered:

  1. Arrays
  2. Methods

How It Works:

  1. The grades are stored in an array.
  2. Methods are used to calculate:
    • The average grade.
    • The highest grade.
    • The lowest grade.

About

A simple Java program that calculates the average, highest, and lowest grades from an array of student grades. This project demonstrates the use of arrays and methods for basic calculations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages