Expression for appreciation by teebee

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);}}

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page