Expression for appreciation by pooq

a=0
for(i in 1:9)cat(sprintf("%9d * 9 +%3d = %d
",a<-a*10+i,i+1,a*9+i+1))

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

download

return to the top page