Suppose the Double variable num has the value 123.4567. What value will the following statement assign to num? num = Math.Round(num, 2)

(A) 123.4567
(B) 123.457
(C) 123.45
(D) 123.46


(D) 123.46

Computer Science & Information Technology

You might also like to view...

A(n) ________ query removes records from a table based on criteria that you specify

A) delete B) append C) update D) make table

Computer Science & Information Technology

A(n) ________ is the intersection of a column and a row

A) chart B) object C) diagram D) cell

Computer Science & Information Technology

When using Windows, why is using NTFS as a file system a good idea? (Select all that apply.)

A) It uses smaller cluster sizes. B) It supports larger hard drive partitions. C) It has more security options. D) It supports faster access times. E) It has been available as a file system for all Windows operating systems and versions of operating systems. F) It is the only file system you can use the Disk Management tool to maintain the partitions.

Computer Science & Information Technology

RTF supports fewer formats than HTML or Plain Text, as well as hyperlinks.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology