//This is my first thing with Java using println & Strings.
public class MkWins {
public static void main (String[] args) {
String s;
s = "Mk";
String t;
t = "is"
String v;
v = "the BOSS";
System.out.println(s);
System.out.println(t);
System.out.println(v);
}
}
8.15.2009
Subscribe to:
Post Comments (Atom)
.png)
No comments:
Post a Comment