What is Math.round(3.6)?
a. 3.0
b. 3
c. 4
d. 4.0
c Note that round returns an int value
Computer Science & Information Technology
You might also like to view...
Which of the following are potential problems when we use the delete operator on a pointer variable?
a. inaccessible heap memory b. dangling pointers c. uninitialized pointers d. NULL pointers
Computer Science & Information Technology
One way to make a connection between two devices more efficient is to compress the data that transfers over the connection.?
Answer the following statement true (T) or false (F)
Computer Science & Information Technology