โช 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?
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?