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
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