Just learned some programming this year as a dip Student so don't blame me if I'm only so good at it ^^;
System.out.println("Hello World!")
int timesLoop=0;
do{
timesLoop+=2;
if(timesLoop<3)
System.out.println("When you take 2 hours to debug your 100 line code....");
else
System.out.println("IT FINALLY WORKED!!!");
}whlie(timesLoop<=3;);