I would like to know how can I use the stringValueOf to remove this error:
double cannot be dereferenced
gradeCalc.noOfS tudents = inFile.nextInt( ); // get the number of Students
^
double cannot be dereferenced
gradeCalc.noOfS tudents = inFile.nextInt( ); // get the number of Students
^
Comment