Multiplication tables: Difference between revisions

Content added Content deleted
 
Line 4: Line 4:
{{task|Arithmetic operations}}
{{task|Arithmetic operations}}
=={{header|ALGOL 68}}==
=={{header|ALGOL 68}}==
<lang Algol>
<lang Algol>main:(
main:(
INT max = 12;
INT max = 12;
STRING empty cell = " ";
STRING empty cell = " ";
Line 21: Line 20:
printf((fmt, product, $l$))
printf((fmt, product, $l$))
OD
OD
)</lang>
)
</lang>
Output:
Output:
<pre>
<pre>