Must Select > Copy > Paste > Compile >Run and Enjoy :) ☺ #include<iostream.h> #include<conio.h> #include<dos.h> void main() {int i; for(i=10;i<51;i++) {clrscr();gotoxy(20,5); textcolor(i); cout<<"|| P R O G R A M M I N G S E E K E R Z ||"; gotoxy(30,30);cout<<"pcphunt.blogspot.com"; gotoxy(i,15); cout<<"\2"; gotoxy(i,16); cout<<"()"; gotoxy(i,17); cout<<"_/|_ "; delay(190); clrscr(); gotoxy(20,5); cout<<"|| P R O G R A M M I N G S E E K E R Z ||"; gotoxy(30,30); cout<<"pcphunt.blogspot.com"; gotoxy(i,15); cout<<" \1"; gotoxy(i,16); cout<<" ))"; gotoxy(i,17); cout<<"_|\\_ "; delay(190); }gotoxy(35,16); cout<<"Let's ROcK!!"; gotoxy(30,25); cout<<"Keep Coding ..Be Seekerz \2 :)\n\n\t\t\t`~~ Hafiz Usman ~~"; getch(); }