Skip to content
Snippets Groups Projects
Commit b5186faa authored by Ethan Robert's avatar Ethan Robert
Browse files

Added threshold average and validation, warning methods to student

parent 1aa68715
No related branches found
No related tags found
No related merge requests found
...@@ -11,6 +11,7 @@ import java.util.Arrays; ...@@ -11,6 +11,7 @@ import java.util.Arrays;
* @author ethan * @author ethan
*/ */
public class Student { public class Student {
public static final int thresholdAvg = 5;
private Person pers; private Person pers;
private double[] grades; private double[] grades;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment