Computer Science, asked by sharvandu, 4 months ago

write a program in Java to find the square root of a number using sqrt () function​

Answers

Answered by Anonymous
8

Answer:

Method1: Java Program to Find the square root of a Number using java. lang. Math. sqrt() method

Parameter: x is the value whose square root is to be returned.

Return: This method returns the square root value of the argument passed to it.

Similar questions
Math, 2 months ago