How I can return the highest and lowest numbers?
I need a function that accepts a string of space-separated numbers and returns the highest and lowest number (as a string).
0 Answer
I need a function that accepts a string of space-separated numbers and returns the highest and lowest number (as a string).