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