Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

3 1 . 1 LAB: Calculate average LAB ACTIVITY 3 1 . 1 . 1 : LAB Calculate average Complete the calcAverage ( ) method

31.1 LAB: Calculate average
LAB
ACTIVITY
31.1.1: LAB Calculate average
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:
1.1,2.1,3.1,4.1,5.1
then the returned average will be:
3
Run
LabProgram.java
Reset Lab Tutorial
import java.util. Type your code here */
public static void main(String[] args) f
double [] nums ={1,1,2.1,3.1,4.1,5.1};
System, out.println(calcAverage(nums)); // calcAverage() should return 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

Focus On Geodatabases In ArcGIS Pro

Authors: David W. Allen

1st Edition

1589484452, 978-1589484450

More Books

Students also viewed these Databases questions

Question

Discuss the key ambient conditions and their effects on customers.

Answered: 1 week ago

Question

Understand the roles of signs, symbols, and artifacts.

Answered: 1 week ago