4 We valid statements for the following in Java:
in the rounded off value of 234.49
in the absolute value of -9.99
in the largest of -45 and -50
Prie the smallest of -56 and -57-4 45
Pra random integer between 50 and 70
bree 105 raised to the power 3.8
Answers
Answered by
0
Answer:
in the rounded off value of 234.49
Math.round(234.49);
in the absolute value of -9.99
Math.abs(-9.99);
in the largest of -45 and -50
Math.max(-45,-50);
Prie the smallest of -56 and -57-4 45
Math.min(-56,Math.min(-57,-4.45);
Pra random integer between 50 and 70
Math.random();
bree 105 raised to the power 3.8
Math.pow(105,3.8
Answered by
0
Answer:
mission 1000 anwersss..
Similar questions