#include<stdio.h>
int m,i,c;
main()
{
clrscr();
for(m=1; m<=10; m++)
{
for(i=1; i<=10; i++)
{
c=m*i;
printf ("%d\t",c);
}
printf ("\n");
}
getch();
}
chescarleta18 0 Newbie Poster
WaltP 2,905 Posting Sage w/ dash of thyme Team Colleague
chescarleta18 0 Newbie Poster
yellowSnow 607 Posting Whiz in Training
WaltP 2,905 Posting Sage w/ dash of thyme Team Colleague
chescarleta18 0 Newbie 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.