Onderwerp: Ctrl - V
Enkele bericht bekijken
Oud 19 March 2010, 10:30   #1
~DoOsJ~
Just Somebody :)
 
~DoOsJ~'s Avatar
 
Geregistreerd op: 1 March 2009
Berichten: 2.924
Standaard

public void print()
{
System.out.print("title: " + title + " (" + playingTime + " mins)");
if(gotIt) {
System.out.println("*");
} else {
System.out.println();
}
System.out.println(" " + comment);
}
__________________
Ƹ̵̡Ӝ̵̨̄Ʒ
~DoOsJ~ is offline   Met citaat antwoorden