07.10.2010, 14:06
Let's say I have 5 distances:
I need to find the highest, or the lowest, of these 5. How would I do that? I mean, I can "if(A > B)" but I don't know how to do it with 3 or more values.
Код:
A = 51.0; B = 52.0 C = 10.0 D = 12.0 E = 1024.0
