Software engineer by birth!!!

thusithagh

Active member
  • Aug 31, 2006
    1,616
    1
    38
    42
    Behind da Enemy Lines
    The Teacher asked the student to write an imposition for 500 times that
    " I Will Not Throw Paper Airplanes in the Class ".
    Then student wrote on board....!!!!
    noname.gif
     
    Last edited:

    amila325

    Well-known member
  • Jul 11, 2006
    9,188
    33
    48
    Java

    meka mehemath liyanna puluwan neda;) ;) ;) :D :D

    class my_self{
    static int i =0;
    public static void main(String args[]){
    while(i==500){
    System.out.println("I Will Not Throw Paper Airplanes in the Class");
    i++;
    }
    }
    }