Round 1 :
Write a function that accepts an array of numbers as an argument, where each number is given as a string and returns the second maximum value from the input array. If there is no second maximum return -1.
Restrictions :
Round 2 :
Round 3 :