Search:

Type: Posts; User: pbrockway2

Search: Search took 0.08 seconds.

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

    I think (or at any rate, am assuming) that the idea behind the code was to get used to conditionals and flow of control constructs. Rather than avoiding them with a library method.

    But for...
  2. Re: How Compare Integers using the if statement and && operator? Can it be done?

    What's wrong with what you came up with in the other thread? It looks OK to me.



    if ( int1 > int2 && int1 > int3 && int1 > int4 && int1 > int5 ) big = int1;


    -----

    I agree with...
Results 1 to 2 of 2