Miyerkules, Enero 23, 2013

C++ LOOP

#include<iostream.h>
#include<conio.h>
void main(){
clrscr();
int a;
char x[]={"decodeflight"};
for(a=0;a<12;a++)
{
a+=2;
cout<<""<<x[a];}
getch();
}

0 (mga) komento:

Mag-post ng isang Komento

OWN BY HERBERT CARINOTE. Pinapagana ng Blogger.