Ad
  • Default User Avatar

    The input output example says:

    • [4,6,2,1,9,63,-134,566] -> max = 566, min = -134
    • [-52, 56, 30, 29, -54, 0, -110] -> min = -110, max = 56
    • [42, 54, 65, 87, 0] -> min = 0, max = 87
    • [5] -> min = 5, max = 5

    I tried to replicate the exampled Output, a string saying "max = 566, min = -134", but all it actually wanted was the two values. I had to look into the solutions to get it right, because I had no idea what the task wanted for output.

  • Default User Avatar

    I tried to replicate the output in the instructions as a string, but thats not the expected output? Come on...