Posts

Showing posts from November 4, 2012

Think Different... Be a Programmer.. :P ;)

Image
A Boy Got Caught In Class Throwing Paper Airplanes. Teacher Gave Him Punishment To Write 5000 Times... "I Will Not Throw Paper Airplanes In Class." And Submit It Tomorrow. Next Day, He Submitted The Paper Written... using System; using System.Collections.Generic; using System.Text; namespace Punishmentwork {   class punishment  {    public void fivektime()     {      int N;     for( N=1 ; N<=5000 ; N++ )    Console. Writel ine("I Will Not Throw Paper Airplanes In Class");     }   } class object    {     static void Main(string[] args)     {     punishment p1=new punishment     p1.fivektime();     }   } } Be A Programmer. . . Think Differently. . :P