Looks like you need to make a class called GradeBook and inside that class make the calculateGrade() method. it should take in a double as a parameter. Like calculateGrade(double grade){} then you...