write a program in Java to find the square root of a number using sqrt () function
Answers
Answered by
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
Computer Science,
4 months ago
World Languages,
9 months ago
Science,
9 months ago