Computer Science, asked by ayushrajpundir, 10 months ago

What will be the output of
of the
following code ?
double x = 99.6;
System.out.println(Math.celi(x);
System. out. println(Math.floor(x) ;​

Answers

Answered by bktbunu
0

Explanation:

System.out.println(Math.celi(x));. 100

System. out. println(Math.floor(x));. 99

Similar questions