Search:

Type: Posts; User: Norm

Search: Search took 0.10 seconds.

  1. Replies
    3
    Views
    4,878

    Re: GPA Calculation Program using an input file

    The message says that the File was Not Found.
    Where is the stack trace that shows what line the error occurred on?
    You should copy and paste the full text of the error message, not type it in...
  2. Replies
    3
    Views
    4,878

    Re: GPA Calculation Program using an input file

    Check the there is a } for every {.


    Move the code from the main method into a method in the class. Have the main method create an instance of the class and call that method. Put the data into...
Results 1 to 2 of 2