Search:

Type: Posts; User: Norm

Search: Search took 0.13 seconds.

  1. Replies
    9
    Views
    2,165

    Re: troubleshooting GPA Calculator

    The equations used in the program are very simple. You need to play computer with the program and manually go through each statement and do on paper what the statement does to see where the code is...
  2. Replies
    9
    Views
    2,165

    Re: troubleshooting GPA Calculator

    Look at the code to see what order the statements are in. The print statements are BEFORE the code that assigns values to the variables being printed.
  3. Replies
    9
    Views
    2,165

    Re: troubleshooting GPA Calculator

    Now you need to look at the program's output and see if it is what you want. If not, copy and paste the output here and add some comments to it describing what is wrong with it and show what it...
  4. Replies
    9
    Views
    2,165

    Re: troubleshooting GPA Calculator

    The formatting looks much better now.

    For easier testing for everyone and to make sure everyone is testing with the same data, can create a String in the Scanner class's constructor that has all...
Results 1 to 4 of 4