output of
double a = Math.ceil (2.3) ;
Answers
Answered by
1
After Execution:
a = 3.0
Answered by
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