Search:

Type: Posts; User: Peetah05

Search: Search took 0.10 seconds.

  1. [SOLVED] Re: NEED HELP, Java Grading Assignment

    Oh I see...Thanks again everyone for helping. Just submitted. Really appreciate it all.
  2. [SOLVED] Re: NEED HELP, Java Grading Assignment

    I got it to read the file but for some reason it's only reading the first grade in the text file. Mine was 98 and that's all the code found apparently...
  3. [SOLVED] Re: NEED HELP, Java Grading Assignment

    It's weird, the scores.txt file is right in the src folder with the java file. I'm not sure why it's not finding it.
  4. [SOLVED] Re: NEED HELP, Java Grading Assignment

    20 minutes and counting haha.
  5. [SOLVED] Re: NEED HELP, Java Grading Assignment

    In the second program, it compiles, but when I run it and enter in my txt file with some grades in it....I get this error message:

    Exception in thread "main" java.io.FileNotFoundException:...
  6. [SOLVED] Re: NEED HELP, Java Grading Assignment

    Thanks very much guys. I just tested the first one and it is what I needed. Only thing that I see that's needed is the decimal format command to round the average to two decimal places. I just tried...
  7. [SOLVED] Re: NEED HELP, Java Grading Assignment

    Yeah they are actual numbers, not letter grades. As listed in my code, an A is 100-90, B is 89-80, C is 79-70, D is 69-60, and F is 59-0. Then anything negative ends the loop (this is the number type...
  8. [SOLVED] Re: NEED HELP, Java Grading Assignment

    If you can do it by tomorrow morning at 11am that would be awesome. I'm gonna get up at 9am so that gives me 2 hours before it's due. I don't think it needs to be re-written, just a lot of editing...
  9. [SOLVED] Re: NEED HELP, Java Grading Assignment

    Thanks. It does run, but does not execute once you enter in the grades.

    I get this error message:


    Exception in thread "main" java.lang.IllegalStateException: Scanner closed
    at...
  10. [SOLVED] Problem with Grading calculator in java program

    Hello all.

    I have this assignment for class and am running out of time to do this. It's due tomorrow at 11am and all of the tutors are gone since it's a Friday and I was in class all day. There...
Results 1 to 10 of 10