Home

7.11.10

Root java

class Root {
public static void main(String[] argument) {
int number = 225;
System.out.println("The square root of "
+ number
+ " is "
+ Math.sqrt(number) );
}
}

And that concludes the 200th post in my blog! What a milestone!

No comments:

Related Posts Plugin for WordPress, Blogger...