I need help on this code. I have to write a code that reads in a list of exam scores and outputs the total number of grades and the total number of grades in each letter category. Here is what I got so far.
//Grades.java Anthony Biddle September 30, 2006
//Get a list of grades and output the total number of grades and number of grades
//in each letter category
public...
User Profile
Collapse
-
Triangle Size
I need help to finish this code. I have to make a code up that an user inputs a number and the program makes lines with an asterisks. The first line will have one asterisk and the next line will have two and so on until it gets to the number entered and than it goes down in reverse making a triangle. Here is what I got so far.
//Enter an integer and output a serious of lines consisting of asterisks up to the integer that was entered.... -
test scores
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[]... -
Student Records
I need help too figure out how to get the numbers 8, 9, 76,99 comment out of the code so when i run the program, that the user can input their own numbers.
public class StudentRecordDe mo {
/**
* StudentRecordDe mo main() is used to validate and verify
* that all of the methods and data members of the class
* do or contain what...
No activity results to display
Show More