#include #include void main() {int i=1,j=1; for(;i<=60;i++) { printf("\n\n"); for(j=1;j<=20;j++) printf("%5i",j*i); } getch(); }