If x and y are variables as declared below.



Loading

โœช Choose the correct option.

If x and y are variables as declared below.

double x = 0.005, y = – 0.01;

what is the value of ceil (x + y), where ceil is a function to compute ceiling of a number?

A. 1
B. 0
C. 0.005
D. 0.05