Computer Science, asked by prajwaljoy8, 5 months ago

what is the input of the following statement
system.out.println(math.cell(90.3)).
system.out.println(math.floor(8.7))​

Answers

Answered by jai696
2

output of system.out.println(math.ceil(90.3)) is 91

output of system.out.println(math.floor(8.7)) is 8

Explanation:

The Math.ceil() function always rounds a number up to the next largest integer.

The Math.floor() function returns the largest integer less than or equal to a given number.

\large\mathsf\color{lightgreen}useful?\: \color{white}\longrightarrow\: \color{orange}brainliest!

Similar questions