Re: Web Development Tools
I got Eclipse and Java for Dummies (9 Books in One!). it told me to use Eclipse, so I started spazzing about how T3 told me to use Eclipse. So far this is what Im able to do, considering I just got the book yesterday.
public class mathyMath {
public static void main (String[] args){
String s;
s = "The World is Mine";
String t;
t = "The World is Not Yours";
String vd;
vd = "Hahahahahahahahahahahahahaha";
System.out.println(s);
System.out.println(t);
System.out.println(vd);
}
}
Thanks to all
mk
public class mathyMath {
public static void main (String[] args){
String s;
s = "The World is Mine";
String t;
t = "The World is Not Yours";
String vd;
vd = "Hahahahahahahahahahahahahaha";
System.out.println(s);
System.out.println(t);
System.out.println(vd);
}
}
Thanks to all
mk
- 0