8.15.2009

Hehe

//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);
}
}

No comments:

Post a Comment