I'm creating a diving calculator program. Asks for the level of difficulty. the program then asks for the 7 scores from judges 1-7, stores them in an array, throws out the smallest and largest values then finds the sum of the the remaining. The remaining is then multiplied by the level of difficulty and 0.6. My issue is with my findLargest function, it's as if i'm not calling it all. CODE: I'm creating a diving calculator program. Asks