Enter any number and print the square and square root of the number in java
Answers
Answered by
1
Hope it help u ,
Method1: Java Program to Find the square root of a Number using java. lang. Math. sqrt() method. If parameter x is positive double value, this method will return the square root of x. When x is NaN or less than zero, this method will return NaN. If parameter x is positive infinity, this method will return positive ...
Similar questions