Hello there,
I'm new to Java and I've recently been wondering how you compare 3 or more numbers that a user inputs.
Basically I referenced a Scanner, and created three int variables which the user inputs. Now how would you display which is the largest and which is the smallest? I know you could make a bunch of if statements, but what would be the most efficient way of doing this?
Thanks.

