I'm trying to compare a group of variables to see which one is larger and whether or not one of them equal each other.
I realise you can use an if elseif chain but is there a better way to do this?
0
Can you give an example data set, and what you want the results to be?adark5487— 9y
0
int1=3 int2=2 int3=64 int4=10. Basically, I want to arrange these in order from least to greatest or greatest to least.parkderp1105— 9y