Java program to find the square root of a number
Hi friends, today I have written a post on how to write a Java program to find the square root of a number.
Square root 'p' of a number 'q' is a number such that p2 = q.
Enter a number
4
The square root of the number is 2.0
Hope you enjoyed reading our posts. You may also see other posts related to programming on our website.
Comments
Post a Comment