Computer Science, asked by brainly0055, 7 months ago

give output:
double num=Math.sqrt(9/2);
double res = Math.pow (2,3);
System. out.println("Number="+num);
System. out.println("Result="+res);

Answers

Answered by sharanya200636
5

Explanation:

NUMBER=2.12

Result=8

HOPE IT HELPS

PLS MARK AS BRAINLIEST!!!!

Answered by sarojkumarghosh1968
0

Answer:

Number=2.0

Result=8.0

Similar questions