Posts by Henryque Porto Mendes Lucena • 11 points
1 post
-
0
votes1
answer118
viewsQ: Make a function that takes a string with numbers and returns the highest and lowest value
Your function will receive a string as parameter. Separate this string using the ' ' character and return a string containing the largest number and the smallest number (necessarily in this order).…