#include <stdio.h>
int main()
{
int i,n;
printf("Enter a number:");
scanf("%d",&n);
for(i=1;i<=10;i++)
{
printf("%d x %d = %d\n",n,i,n*i);
}
return 0;
}
https://youtube.com/shorts/I09jcicjGnA Right. [clears throat] So I want to share that over the time I have realized that you there is a hi...
No comments:
Post a Comment