Don't like ads? PRO users don't see any ads ;-)

Guest

akhsdakhdsa

By: ogmamx on May 26th, 2012  |  syntax: None  |  size: 0.20 KB  |  hits: 24  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Halp pls
  2. --------------------------------------------------------------
  3.  
  4. #include <stdio.h>
  5. #include <conio.h>
  6.  
  7. void main (){
  8. clrscr();
  9. int x=0;
  10. while (x<=100){
  11.    x+(2);
  12.    printf("%d\t",x);
  13. }
  14. }