Search:

Type: Posts; User: Starstreak

Search: Search took 0.22 seconds.

  1. Replies
    11
    Views
    1,121

    Re: Beginner Java Problem Help.

    The input variable is getting assigned a value, but what happens to it?

    Follow the program through on some paper by writing down the variable name and what its value is. Is the value getting...
  2. Replies
    11
    Views
    1,121

    Re: Beginner Java Problem Help.

    Not quite right yet. Try and see what the program is trying to do, and then the order of the lines will be clearer.

    For example; the JOptionPane messages are asking for user input, so why are...
  3. Replies
    11
    Views
    1,121

    Re: Beginner Java Problem Help.

    Should be easy enough to reverse engineer this. Look at it as an algorithm when you reorder the lines.

    For example;

    else LetterGrd="F";

    changes to ...

    otherwise assign variable...
Results 1 to 3 of 3