Computer Science, asked by harsha12369, 5 months ago

e) What does the following statement returns:
double q=-6.45;
double j=15.84;
1) System.out.println(Math.ceil(Math.max(j)));
2) System.out.println(Math.min(Math.max(9.j))+Math.floor(q));
HE
.
!​

Answers

Answered by chintamanbhamre000
0

Answer:

What does the following statement returns: double q=-6.45; double j=15.84; 1) System.out.println(Math.ceil(Math.max(j))); 2) System.out.println(Math.min(Math.max(9.j))+Math. floor(q));

Similar questions