You are on page 1of 1

#include<math.

h>
#include<iostream.h>
#include<conio.h>
void main()
{
clrscr();
int a,b,c,d,e,f,g,h,i,j;
cin>>a;
cin>>b;
cin>>c;
cin>>d;
cin>>e;
cin>>f;
cin>>g;
cin>>h;
cin>>i;
cin>>j;
cout<<"\n\n\n\t"<<j;
cout<<"\n\t"<<i;
cout<<"\n\t"<<h;
cout<<"\n\t"<<g;
cout<<"\n\t"<<f;
cout<<"\n\t"<<e;
cout<<"\n\t"<<d;
cout<<"\n\t"<<c;
cout<<"\n\t"<<b;
cout<<"\n\t"<<a;
cout<<"\n\n\n\n\n\t******************* MADE BY SHAHZAD ALI *******************
****";
getch();
}

You might also like