What is Math.ceil(3.6)?

a. 3.0
b. 3
c. 4.0
d. 5.0

c Note that ceil returns a double value

Computer Science & Information Technology

You might also like to view...

The data type of a variable whose value can be either true or false is

a. int b. binary c. bool d. Boolean e. T/F

Computer Science & Information Technology

Which of the following statements is true after the following statements are executed?

Set t = x Set x = y Set y = t a. x and y contain their original values. b. x and y have swapped their values. c. y contains the value in x and x stayed the same. d. x contains the value in y and y stayed the same.

Computer Science & Information Technology