Code Guru
by Jai Singh Rajpoot
HOME
CSC HELP
SOURCE CODE
HTML
C
JAVA
PHP
E-BOOK
Class 9
Class 10
Class 11
Class 12
ABOUT US
CONTACT US
Pages
GET JOB
APPLY PAN CARD
17 June, 2012
Find The Square Root
import java.lang.Math;
class Squareroot
{
public static void main(String args[])
{
double x=5;
double y;
y=Math.sqrt(x);
System.out.println("y= " + y);
}
}
No comments:
Post a Comment
Thank You !
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment
Thank You !