skip to main
|
skip to sidebar
Shane's Blog
Friday, November 20, 2009
Name Java. easy
code:
public class Name {
public static void main(String [] args) {
System.out.println(Name.line());
}
public static String line() {
String name = "This is my name";
return name;
}
}
No comments:
Post a Comment
Older Post
Home
Subscribe to:
Post Comments (Atom)
Blog Archive
►
2008
(3)
►
November
(3)
▼
2009
(2)
▼
November
(2)
ICSP - Euler Project 1 in Java
Name Java. easycode:public class Name { public ...
No comments:
Post a Comment