Question: Complete the calcAverage ( ) method that has a double array parameter and returns the average value of the elements in the array as an
Complete the calcAverage method that has a double array parameter and returns the average value of the elements in the array as an integer.
Ex: If the input array is:
then the returned average will be:
import java.util.;
public class LabProgram
calcAverage takes in a double array and returns the average value of elements in the array as an int.
public static int calcAveragedouble nums
Type your code here
public static void mainString args
double nums ;
System.out.printlncalcAveragenums; calcAverage should return
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
