+2 votes
in JAVA by
What will be the output of Round(3.7) and Ceil(3.7) in Java?

1 Answer

0 votes
by

Round(3.7) returns 4 and Ceil(3.7) returns 4.

Related questions

0 votes
asked Mar 28, 2020 in SAP by amita rallin
0 votes
asked Nov 15, 2020 in JAVA by rajeshsharma
0 votes
asked Apr 9, 2021 in JAVA by Robindeniel
...