So this program returns "Minimum = -79" but does not pass the following two requirements. 1. "The class must have a public static min method that takes 5 int arguments." 2. "The min method must return the minimum of the 5 passed numbers. If there are several minimum numbers, return any of them." Could someone please explain to me what is wrong with my code? Thank you :)