Skip to content

This Java program takes an input file, calculates the grade for each student, and writes it to an output file.

Notifications You must be signed in to change notification settings

kgeiszler/Class_Grader_Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

This program takes an input file and calculates each student's grade for a class based on the weights of various tests and quizzes. An output file containing each student's name (sorted by first name), along with their grade for the class is created.

This was the final project for the online Java Programming for Beginners class with UCSC Extension. There is also separate repository containing a similar program written in C.

About

This Java program takes an input file, calculates the grade for each student, and writes it to an output file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages