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