User Profile

Collapse

Profile Sidebar

Collapse
waldoruns
waldoruns
Last Activity: Oct 9 '06, 07:58 PM
Joined: Oct 7 '06
Location: Havelock, North Carolina
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • waldoruns
    started a topic Grades
    in Java

    Grades

    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...
    See more | Go to post

  • waldoruns
    started a topic Triangle Size
    in Java

    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....
    See more | Go to post

  • waldoruns
    started a topic test scores
    in Java

    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[]...
    See more | Go to post

  • waldoruns
    started a topic Student Records
    in Java

    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...
    See more | Go to post
No activity results to display
Show More
Working...