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

m
(Initial FutureBasic task solution added)
Line 1,871:
</syntaxhighlight>
{{output}}
With inputs of 75 and 57:
<pre>
mda(5, 7) = 35
</pre>
 
 
=={{header|GAP}}==
715

edits