in reply to Re^2: I am stuck on how to print the largest and smallest numbers from user inputted values. Any help is appreciated.
in thread I am stuck on how to print the largest and smallest numbers from user inputted values. Any help is appreciated.
Why even specify the list twice? Make it an odd count(-.
require List::MoreUtils ; printf "min: %f ; max : %f\n" , List::MoreUtils::minmax @num ;
|
|---|