Computer Science, asked by abinshajiabin2006, 6 months ago

double x = math.ceil(0)

Answers

Answered by ArpitMishra506
0

Answer - 0

.

.

.

.

HOPE THIS HELPS YOU BRO

.

.

.

.

PLEASE MARK AS BRAINLIEST

Answered by anindyaadhikari13
1

Question:-

  • Write the output of the following code.

Solution:-

Given code,

double x=Math.ceil(0);

Therefore, x=0

The value of x is 0.

Output:-

0

Note:-

  • The Math.ceil() function is used to return the smallest double value that is greater than or equals to the argument.
Similar questions