#include main() { short int i,j; i=0; j=32760; while(i<10) { printf("%6d %6d\n",i,j); i=i+1; j=j+1; } }