select the signature for a helper method that calculates the student's class student { private double mygpa; . . .}a.private void calcgpa( ) void calcgpa( )c.private calcgpa( )d.private int calcgpa( )