ytz Blog
Sharing my solutions to problems I've faced.
Home
Home
ytzBet
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:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment