Search:

Type: Posts; User: KevinWorkman

Search: Search took 0.08 seconds.

  1. Re: Beginner Problem: Choosing highest value from 3 inputs

    Thanks Norm. Good to know I was wasting my time answering a question that had already been answered elsewhere on the web.
  2. Re: Beginner Problem: Choosing highest value from 3 inputs

    You could also check out the Math class for useful functions, but that's probably defeating the purpose of the assignment.
  3. Re: Beginner Problem: Choosing highest value from 3 inputs

    Right, that's because your logic for choosing the largest isn't correct. Think about the comparisons you need to make in order to be sure that one value is larger than the other two.

    Hint: You can...
  4. Re: Beginner Problem: Choosing highest value from 3 inputs

    What happens in this case:

    quizScore1 = 25;
    quizScore2 = 100;
    quizScore3 = 50;
Results 1 to 4 of 4