Used with the ToString function, the ____ format specifier will display the value 8976.43561 as $8,976.44.

A. Fixed (F)
B. Number (N)
C. General (G)
D. Currency (C)

Answer: D

Computer Science & Information Technology

You might also like to view...

Which of the following statements regarding variance is FALSE?

A) Variance provides a more accurate picture of the dispersion of a data set than a range B) Due to the way variance is calculated, the value is not in the same units as the mean. C) Variance is most useful because its value is in the same unit as the median and therefore easier to interpret. D) The higher the variance calculation the more dispersed the data set.

Computer Science & Information Technology

In C++, ____ is called the scope resolution operator.

A. . B. ? C. : D. ::

Computer Science & Information Technology