Multiplication Table by BioFALSE

var i,j:byte;begin for i:=1to 12do for j:=1to 12do begin write(i*j:3);if j=12 then writeln else write(" ")end end.

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

download

return to the top page