There are three numeric textbox inputs.
I want to put the larger number and the other two numbers in three different variables so that I can have the two smaller inputs separately and the larger number in one variable.
What should I do?
Build a list from the three numbers.
Sort the list in descending order.
Put the three numbers from the list back into the three text boxes, one by one.
How do I sort lists?