I want to use the method averageCalc() which takes an array of integer numbers as its parameter and returns the average which is of double type. How can I call my method I want to return the array as a average of type double . I want to use the method averageCalc() which ta