Title: akhsdakhdsa Author: ogmamx Pastebin link: http://pastebin.com/dpf28rvi First Edit: Saturday 26th of May 2012 04:51:28 PM CDT Last Edit: Saturday 26th of May 2012 04:51:28 PM CDT Halp pls --------------------------------------------------------------   #include #include   void main (){ clrscr(); int x=0; while (x<=100){    x+(2);    printf("%d\t",x); } }