Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

More Books

Students also viewed these Databases questions

Question

c. What were you expected to do when you grew up?

Answered: 1 week ago

Question

d. How were you expected to contribute to family life?

Answered: 1 week ago

Question

e. What do you know about your ethnic background?

Answered: 1 week ago