#include <iostream.h>
main()
{
cout<<"*****"<<endl;
cout<<"SIFIR"<<endl;
cout<<"*****"<<endl;
int a,b;
char o;
a=1;
while (a<=12)
{
cout<<"\n";
for (b=1;b<=12;b++)
{
cout<<" "<<a*b;
}
a++;
}
cout<<"\n\nType EXIT to quit application"<<endl;
cin>>o;
return 0;
}
No comments:
Post a Comment