Help for this page

Select Code to Download


  1. or download this
    #include <stdio.h>
    
    ...
        printf ( "%d", i );
      }
    }
    
  2. or download this
      for ( $i = 0; $i < 10; $i++ )
      {
        print $i;
      }