Herbert Carinote
This blog is my collection of computer tricks : )
Mga Pahina
(Ilipat sa ...)
Home
ABOUT ME
▼
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();
}
Walang komento:
Mag-post ng isang Komento
‹
›
Home
Tingnan ang bersyon ng web
Walang komento:
Mag-post ng isang Komento