double x = math.ceil(9.0)
Answers
Answered by
0
Output - 9
.
.
.
.
HOPE THIS HELPS YOU BRO
.
.
.
.
PLEASE MARK AS BRAINLIEST
Answered by
1
Question:-
- Write the output of the following code snippet.
Output:-
9.0
Note:-
Math.ceil() function is used to return the higher integer for the given argument.
Similar questions