#include <stdio.h> int main() { int n; printf("enter a no. \n"); scanf("%d",&n); for(int i=10;i>=1;i--){ printf("%d \n",n * i); } return 0; }
To embed this project on your website, copy the following code and paste it into your website's HTML: