Computer Science, asked by pratiksingh2686, 3 months ago

give the output of system.out.println (math.ceil(-8.3))
(math.floor(-8.3))​

Answers

Answered by SudharsanVanamali
1

Answer:

For ceil = -8.0

For floor = -9.0

Similar questions