In the U6_L2_Activity_One class, write a public static method called allNegative, which has a single parameter of an array of double values. The method should return a boolean which is true if the parameter array contains only negative values, and false otherwise. Use the runner class to test this method: do not add a main method to your code in the U6_L2_Activity_One.java file or it will not be scored correctly.