What function returns the variance of a population?

A. VARA
B. VAR.P
C. VAR.S
D. VARPA

Answer: B

Computer Science & Information Technology

You might also like to view...

A Boolean variable can have which of the following values:

a. true b. false c. 1 d. 0 e. Any of the above are possible values for a Boolean variable

Computer Science & Information Technology

Assume Calendar calendar = new GregorianCalendar(). __________ returns the week of the year.

a. calendar.get(Calendar.MONTH) b. calendar.get(Calendar.MONTH_OF_YEAR) c. calendar.get(Calendar.WEEK_OF_MONTH) d. calendar.get(Calendar.WEEK_OF_YEAR)

Computer Science & Information Technology