I need help coding a method and method call that will take in… I need help coding a method and method call that will take in double array
I need help coding a method and method call that will take in… I need help coding a method and method call that will take in double array (grocery items) and return the average of items less than $5.public class ArrayQuestion { Public static void main(String[] args) {double[] groceryItems = {2.35, 7.80, 4.25, .99, 1.25, 8.50, 10.00};}} Computer Science Engineering & Technology Java Programming ITP 120 Share QuestionEmailCopy link


