Daniel Cornelius CpS 209 January 1, 2025
Time spent: 6 hours.
I certify that I completed all steps using my own computer.
Part 3: I noticed in the example output that the lowest grade, which was 4, was omitted completely. I was unsure if that was intentional or not. I think it makes more sense to include the failing grade in the output, which I did.
PS C:\Users\Daniel\OneDrive\Class Assignments\CpS 209\Lab 1> cat grades.txt | java Grader.java 37 40 80 80 91
Note The file contained the following grades as input: 37, 38, 79, 80, 91.