May
10
2009
Temporarily away…
Due to an increasing workload from IB, and the author’s laziness, I sincerely apologize for the sparse number posts during the past week(s) and for the weeks to come.
Due to an increasing workload from IB, and the author’s laziness, I sincerely apologize for the sparse number posts during the past week(s) and for the weeks to come.
import java.lang.*;
public class Exams {
static int Wikinerd = 1;
static int dead = 0;
static int life = 1;
public static void main(String args[]){
if (Wikinerd != dead){
Wikinerd = Wikinerd - life
}
}
}