Computer Science, asked by chaitaliganguly207, 2 days ago

which class is a square root of number______​

Answers

Answered by s02771freddy
0

Answer:

In Java, to find the square root of a number is very easy if we are using the pre-defined method. Java Math class provides sqrt () method to find the square root of a number. In this section, we will create a Java program to find the square root of a number without using the sqrt () method.

Explanation:

Similar questions