The constructor in grade does not set the variable numberGrade, which is then always going to be 0.0.



private double numberGrade;
/*
* constructor that receives a value
* @param value the...