Question: write a function called calculateaverage which accepts an array of Numbers. the function should return the average or mean of all numbers in the array.

write a function called calculateaverage which accepts an array of Numbers. the function should return the average or mean of all numbers in the array. if the array is empty , return 0.1> 'use strict';
26
??***
Complete the 'calculateAverage' function below.
The function is expected to return an integer.
The function accepts an array of integers called numbers as a parameter.
***?
function calculateAverage(numbers){
??? Write your code here
3
Custom Input
Raw Format
Enter the raw STDIN input
3
1
3
 write a function called calculateaverage which accepts an array of Numbers.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!