int a = 10; int b = 14; int c = 25; Which of these expressions evaluates to the arithmetic mean of a, b and c?

A. (double)a + (double)b + (double)c / 3.0
B. (a + b + c) / 3
C. (a + b + c) / 3.0
D. (double)((a + b + c) / 3)
E. None of the above.


C. (a + b + c) / 3.0

Computer Science & Information Technology

You might also like to view...

Which protocol is included with Windows 10 for network communication?

A. IPX B. TCP/IP C. NetBEUI D. AppleTalk

Computer Science & Information Technology

FTTH uses fiber-optic cables

Indicate whether the statement is true or false

Computer Science & Information Technology

Systems manufactured before 2009 used a(n) ________ graphics port for video

Fill in the blank(s) with correct word

Computer Science & Information Technology

The formula =SUM(A7:A9) is an example of a(n) _____ reference.?

A. ?relative B. ?linear C. ?absolute D. ?tabular

Computer Science & Information Technology