Search:

Type: Posts; User: sethxhero7

Search: Search took 0.08 seconds.

  1. How Compare Integers using the if statement and && operator? Can it be done?

    Hello everyone!

    I'm working some exercises using an old school book and I got stumped with one of them. With a little help, I was able to solve a previous one dealing with 3 integers...

    ...
  2. [SOLVED] Re: Bad operand types for binary operator '

    Oops! Thanks for finding the bug in the average. I guess I should've tested with more numbers other than 1, 2, and 3 since both the sum and product would be the same. I posted the corrections...
  3. [SOLVED] Re: Bad operand types for binary operator '

    Hey pbrockway2, thanks for you help too!

    I've been following you and mju516 and I had the same problem too, which I fixed (below)...

    import java.util.Scanner; // program uses class scanner
    ...
Results 1 to 3 of 3