Computer Science, asked by udevi4470, 9 months ago

predict the output.
(a) System.out. println (Math sqrt (49));
(b) system.out. println (Math. chrt (125));
(c) System.out.println (Math. min (-25.5 - 12.5));
(d) system.out.println (Math. max (77.66, 87.45));
(e) system.out.println (Math. pow (2, 4);
(f) system.out.println (Math.round (-11.5));​

Answers

Answered by ruthvik96
1

Answer:

A

Explanation:

square root of 49 is 7t77rer5

Answered by junaidkhan61
4

Explanation:

(a) 7.0

(b) 5.0 (actually question will be Math.cbrt(125).

(c) -25.5

(d) 87.45

(e) 16.0

(f) 11.5

Similar questions