Computer Science, asked by anshika673245, 5 months ago

helppppppppppppppppppp :(​

Attachments:

Answers

Answered by mjeystech
0

Answer:

the output of your program is following

  1. -1
  2. 66
Answered by Oreki
1

Answer:

-1.0  

66.0

Explanation:

Math.floor( ) returns the largest integer that is less than or equal to the argument.

Math.ceil( ) returns the smallest integer that is greater than or equal to the argument.

Both methods return the value as double data type.

Similar questions