The expression Math.Round(287.876, 2) yields a value of ____.

A. 287.87
B. 287.88
C. 288.00
D. 290.00

Answer: B

Computer Science & Information Technology

You might also like to view...

In SharePoint, a ________ facilitates collaboration and provides tools for information sharing and management

A) blog B) community site C) team site D) project site

Computer Science & Information Technology

Utility functions:

a. Are private member functions that support operations of the class’s other member functions. b. Are part of a class’s interface. c. Are intended to be used by clients of a class. d. Are a type of constructor.

Computer Science & Information Technology