Looking for trustworthy answers? Westonci.ca is the ultimate Q&A platform where experts share their knowledge on various topics. Join our platform to connect with experts ready to provide precise answers to your questions in various areas. Discover detailed answers to your questions from a wide network of experts on our comprehensive Q&A 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