Thursday, September 22, 2005

madness

public class Wanhui

{

public static void main(String[] args)

{

String time;

String activities;

boolean bored;

boolean awake;

If( time= = day )

{

activities = lessons + projects + meetings;
System.out.println("When will day time end?");

}

else if ( time == night )

{

do

{

activities = VB programming + debugging + creating reports;
System.out.println("When will night time end?");

}while( awake == true)

}

else

{

do

{

activities = solitaire showdown;
System.out.println("When will i get another game to play?");

}while ( bored == true )

}

System.out.println("I dun have life!!");
System.out.println("Wanhui screams and pulls hair");

}

}