Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 623 Bytes

File metadata and controls

24 lines (16 loc) · 623 Bytes

Lab 1 Report

Daniel Cornelius CpS 209 January 1, 2025

Time spent: 6 hours.

Work Completed

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.

Transcripts

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.