how do i sort numbers from hi to low
You need to write code for it. There is no command that does this. Bubblesort and Insertion Sort are two common candidates.
how do i sort numbers from hi to low
You need to write code for it. There is no command that does this. Bubblesort and Insertion Sort are two common candidates.