Program to find Table Between Two Numbers January 01, 2018 Programing In C No comments #include<conio.h> #include<stdio.h> void main() { int i,mul,j,a,b; clrscr(); printf("Enter the value of A and B"); scanf("%d%d",sa,sb); for(i=a;i<=b;i++); { for(j=1;j<=10;j++) { mul=i*j; printf("\t%d",mul); } } printf("\n"); } getch(); } Output Enter the value of A and B=2,4 2 3 4 4 6 8 6 9 12 8 12 16 10 15 20 12 18 24 14 21 28 16 24 32 18 27 36 20 30 40 Share This: Facebook Twitter Google+ Stumble Digg Email ThisBlogThis!Share to XShare to Facebook
0 comments:
Post a Comment