02.05.2012, 23:05
I have a set of 8 numbers..
I need to get the lowest and store it into a variable.. lets call it first.
After that I need to get the second lowest and store that into another variable.. lets call it second..
I need to do it again and again for 8 variables..
Like that.. I could mess around and do it myself but if someone here could write it out pretty quickly that would save me alot of time..
I need to get the lowest and store it into a variable.. lets call it first.
After that I need to get the second lowest and store that into another variable.. lets call it second..
I need to do it again and again for 8 variables..
Code:
Lowest = variable: first 2nd Lowest = variable: second 3rd Lowest = variable: third 4th Lowest = variable: fourth 5th Lowest = variable: fifth 6th Lowest = variable: sixth 7th Lowest = variable: seventh 8th Lowest = variable: eighth