Create a two-dimensional array at runtime: Difference between revisions

Content added Content deleted
(Initial FutureBasic task solution added)
Line 1,871: Line 1,871:
</syntaxhighlight>
</syntaxhighlight>
{{output}}
{{output}}
With inputs of 7 and 5:
With inputs of 5 and 7:
<pre>
<pre>
mda(5, 7) = 35
mda(5, 7) = 35
</pre>
</pre>



=={{header|GAP}}==
=={{header|GAP}}==