Please complete src/main/java/com/bytelegend/Challenge.java's convert() method, which converts Object[] to int[]. Given an array containing any objects Object ...
Write a method that takes an int array argument and returns the second max value as an int ...