/* Name: Amin Date: 08/03/15 07:23 exercises : 1 */ #include #include using namespace std; void cat(int a,char ch) { cout<>a; ch=getche(); cat(a,ch); getch(); return 0; }