#include main() { int i; for (i=1; i<=10; i++) printf("%dx7=%d\n", i, i*7); }