#include main() { int i; clrscr(); for (i=1;i<=10;i++ ) { printf("\n5 * %d = %d",i,5*i); } getch(); }