Sunday 1 January 2017

Program using for loop to print numbers from 1 to 10.

Share & Comment
CODE

#include <iostream.h>

Int main ()

{              system (“CLS”) ;

                Int i ;

                for ( I =1 ; I <=10 ; I ++ ) ;

                cout << “ /t” << I ;

                return 0 ;


Tags:

Written by

Hy, i am a Code Geek ! And like to eduate others.

0 comments:

Post a Comment

 
Copyright © C++ Programming | Designed by Templateism.com