Computer Science, asked by sonyapril17, 4 months ago

output of
double a = Math.ceil (2.3) ;


Answers

Answered by Oreki
1

After Execution:

a = 3.0

Answered by anindyaadhikari13
2

Question:-

  • Write the output of the following code.

Output:-

3.0

Note:-

  • Math.ceil() function is used to return the higher integer for the given argument.
Similar questions