enum E{E;int i=1,j;{for(;i<10;j*=10)System.out.printf("%9d * 9 +%3d = %d\n",j+=i,++i,j*9+i);}}