Computer Science, asked by shudhirkarnalganj, 19 hours ago

What will be the output of the following program ? int x=81; System.out.println ( Math.Sqrt (x));
Please tell me the right answer with explanation I will mark you brainlist. ​

Answers

Answered by vr106367
0

Answer:

9

Explanation:

Also you should import a module named math.

Because you have entered a built in method which calculates the square root of a number

Compile it and try!!!!!!

Similar questions