Commit 4ee5b51d authored by Caleb C. Sander's avatar Caleb C. Sander
Browse files

Clarify allowed grade range

parent 714dcf95
No related merge requests found
Pipeline #24682 failed with stage
Showing with 2 additions and 1 deletion
+2 -1
......@@ -3,7 +3,8 @@ package edu.caltech.cs2.lab01;
public class GradeHistogram {
/**
* Counts the number of occurrences of each grade.
* grades[i] is the number of times grade i was received, for i between 0 and 10.
* grades[i] is the number of times grade i was received,
* for i between 0 (inclusive) and 10 (exclusive).
*/
private int[] grades;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment