// multiplication
#include < iostream.h>
int main()
{
int j ;
int i ;
int multi ;
for ( j=1; j<13 ;j++);
{
for (i=1;i<13;i++ );
{
multi = j*i ;
cout << multi :
}
}
return 0;
}
arbeeorlar gold 0 Newbie Poster
sfuo 111 Practically a Master Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.