IDNLearn.com: Your trusted platform for finding reliable answers. Ask your questions and get detailed, reliable answers from our community of knowledgeable experts.

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 :

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