I would like to throw together a program to teach children multiplication through repeated addition, but since it isn&#39;t really the sort of thing that you just throw on flash cards I&#39;d like to get some insight from other people before I start programming.<br>
<br>My idea is given multiplication between x and y.<br>Allow keyboard input for x from 0 to ~12<br>y depends on a slider that is discrete on 0 to ~12<br><br>then display a &quot;matrix&quot; of images where the number of images across is x and down is y<br>
<br>something that looks like <br>****<br>****<br>would represent 4*2<br>x*y would be displayed somewhere on the app<br><br>Does that sound like the sort of thing that would actually help students learn the idea of multiplication?<br>
<br>===Code Stuff===<br>1) What is the best way to display an &quot;array&quot; of images so that (being vector graphics) the images could re-size to take up as much room as they can?<br><br>--Jason<br><br>