Welcome to Westonci.ca, your go-to destination for finding answers to all your questions. Join our expert community today! Get immediate and reliable answers to your questions from a community of experienced experts on our platform. Experience the convenience of finding accurate answers to your questions from knowledgeable experts on our platform.

How many items are returned from calcAverage()?

public static int calc Average(int a, int b, int c){. . .}

a. 0

b. 1

c. 2

d. 3


Sagot :

fichoh

The function named calcAverage takes in three integer parameters and finds their mean value of the three integers which is a single value. Hence, the number of items returned is 1.

The number of values performed when we obtain the mean or average value of a set of values is a single vlaue which represents the measure of spread of the data.

Therefore, the number of items returned from calcAverage() is 1.

Learn more :https://brainly.com/question/13171394