Search:

Type: Posts; User: rdpenning

Search: Search took 0.09 seconds.

  1. Re: HELP! Confused at why I'm not getting output

    I have got it to give some sort of output, but now all it does it print the first name 1 time, second name 2 times and so on.

    Student Grade Report by Russ Penning

    Name: Billy Bob - Grade: ...
  2. Re: HELP! Confused at why I'm not getting output

    Most of the code is taken from a previous program I worked on that worked perfectly fine. The only addition was calculating the average and creating a letter grade. There shouldn't be an issue with...
  3. HELP! Confused at why I'm not getting output

    I'm fairly new to the java language but I can't seem to get my code to work. It is supposed to read an input file with names and 10 quiz scores for each person, then do a bubble sort until we have...
  4. Replies
    2
    Views
    1,234

    Re: Issue with arrays

    Thank you so much! Works perfect now!
  5. Replies
    2
    Views
    1,234

    Issue with arrays

    I have an assignment to read an input file made by me using one line for the students name and the next ten lines for quiz scores. I am supposed to use a bubble sort for the scores and then outprint...
Results 1 to 5 of 5