C++ Coding
..... hope u enjoy it .....
Friday, March 25, 2011
Sifir
#include <iostream.h>
main ()
{
int i,j;
for (i=1;i<=12;i++)
{
cout<<"\n";
for (j=1;j<=12;j++)
{cout<<" "<<i*j;}
}
return 0;
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment