Friday, October 2, 2009

Hmmmmmmmm New post..poh e2...

Wednesday, September 9, 2009

BORONGAN CITY

Thursday, August 20, 2009

Me and my group mates goes to maydolong for our webpage project..

Saturday, July 4, 2009

JAVA

“FORLOOP”

public class forloop {
public static void main(String[] args){
int x = 2;
for(x=2;x<=100;x=x+2) {
{
System.out.println(x);
}
}


“WHILELOOP”
public class whileloop {
public static void main(String args []){
int x=2;
while (x<=100){
{

System.out.println(x);
x=x+2;
}
}
}
}

“DOWHILELOOP”
public class dowhile {
public static void main (String args []){
int x=2;
do{
System.out.println(x);
x=x+2;
}while (x<=100);
}
}

Friday, June 26, 2009



huhu.... john robin nd his friend at the beach./... wait bk8 wla ako........ hkhkhk