Quote (Jibbosh @ Oct 2 2014 12:36am)
Well.. you mean if I input 2 numbers, and I would have to input always the highest one first?
If that's what you mean, I can't do that, my teacher does the tests and she just enters them in random orders.
No dude, we are past input, you already have them at this point you have input 2 numbers
Code
int input1, input2;
Your job is to find which is the highest and which is the smallest
Code
int largest, smallest;
Given what carteblanche and myself have recommended, how would you do that?