Computer Science, asked by shiwangi28, 1 year ago

what will be output of the following ?float x =7.87; System.out.println( math.floor(x);​

Answers

Answered by 12airtopper
13

the output will be 7

Answered by saniashakeel0
25

7.0 will be the output

Similar questions