in reply to Re: Simple Arithmetic Question
in thread Simple Arithmetic Question

"... using selection, determine the largest number of $a and $b[;] using selection, determine the smallest number of $b and $c" seems to imply Selection sort (but with only two numbers, just do inequality tests ... oh, those would already be in the sort algorithm; glad that that's sorted out).