I need help to finish this code.....Here is what I got so far......
/Read in test scores and output total number of scores, total number of each letter grade,
//percentage of total for each letter grade, range of scores from lowest and highest, and the
//average score.
public class TestScores {
/**
* @param args
*/
public static void main(String[] args) {
// TODO Auto-generated method stub
}
}
/Read in test scores and output total number of scores, total number of each letter grade,
//percentage of total for each letter grade, range of scores from lowest and highest, and the
//average score.
public class TestScores {
/**
* @param args
*/
public static void main(String[] args) {
// TODO Auto-generated method stub
}
}
Comment