Jan 21, 2010 at 2:08 PM
Join Date: Aug 20, 2006
Location:
Posts: 2859
Age: 34
Pronouns: he/him
Yes.
Yes?
Yes?
public static volatile Muffin muffin = new BlueberryMuffin();
public static Forum forum = new Forum("http://www.miraigamer.net/");
public static ForumThread ft;
public static void main(String[] args){
muffin.popular = true;
forum.enterSubforum("Satellite Lounge");
forum.enterSubforum("Forum-Based Games");
ft = forum.getThread("Questions and answers");
Thread t = new Thread(){
void run(){
while(ft.getPost(ft.postQty()-1).getUser() != forum.getUser("wedge of cheese"));
muffin.popular = false;
}
}
while(muffin.popular);
t.stop();
System.out.println("Evidently wedges of cheese are more delicious than blueberry muffins.");
System.out.println("Go figure...");
}
Pretty close. It was actually meant to wait until the last post in this thread is by me and then spread propaganda.DragonBoots said:Or that it check to see if the last post in this thread is by wedge of cheese, and if it isn't, spreads propaganda about cheese being better than muffins.