Sunday, November 1, 2020

C program for developing the given number multiplication number

 #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;

}


No comments:

Post a Comment

What If They Misunderstood You? ❤️ | How I Handle Misunderstandings

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...