write a public static method named lessthanaverage that will take an arraylist as an argument. this method will return an arraylist. when called and passed anarraylist, this method will return an arraylist containing all the elements in the argument arraylist that are less than the average of all the values in the argument arraylist. the values in the returned arraylist must be in the same order as they are in the argument arraylist.