Written on Monday, January 14, 2008 @ 12:47 AM
yesterday was too lazy to blog.
the presence was so powerful yesterday. i had a new experience and fun in hoGc. I love God more and more as the time goes by now . hahaha
the sermon was great, the pastor was great, everything was great. im totally in awed hahaha.
after that bus-ed back to tampines, then walk to the uncle lanshop see whelter he got prepaid card boh, in the end boh, so ask him keep 1 for me ... hais one more delayed days..
in class doing java test now
this is the anws for today hahaha going crazyz lol
so sianz now bleah T.T few more hour to class released hahaha.
public class CounterThree{
int Max_Count;
public void setValues(){
Max_Count=50;
}
public void displayCount(){
int i=1;
do{
System.out.println("Number:"+i);
i++;
}while(i<=Max_Count);
}
public static void main(String[]args){
CounterThree e1=new CounterThree();
e1.setValues();
e1.displayCount();
}
}
something within me