Search:

Type: Posts; User: ladydre

Search: Search took 0.07 seconds.

  1. Replies
    3
    Views
    995

    Re: GPA- Need to display having issues

    I fix my errors. the code below was not wrapped in the method.

    average = total / count;
    System.out.printf("\nThe GPA is : " + average );

    My program runs good but the calculation for the GPA...
  2. Replies
    3
    Views
    995

    Re: GPA- Need to display having issues

    These are the error messages:

    GradePoint2.java:40: error: <identifier> expected
    average = total / count;
    ^
    GradePoint2.java:41: error: <identifier> expected
    System.out.printf("\nThe GPA...
  3. Replies
    3
    Views
    995

    GPA- Need to display having issues

    Hi can someone help me with my code. I needed to display the grade point average for percentage grades input by user. I keep getting errors and not sure what I have done wrong.
    [#]
    import...
Results 1 to 3 of 3