what will be output of the following ?float x =7.87; System.out.println( math.floor(x);
Answers
Answered by
13
the output will be 7
Answered by
25
7.0 will be the output
Similar questions