Everyone in math needs to learn their "math-fact" tables, like those for addition, subtraction and multiplication.
You can use two for-loops working together to generate any sort of "math-fact" table.
Now you try. Fix the for i= and for j= lines to be proper for loops over say, 1 to 10.
Type your code here:
See your results here:
The code will not run as is, but is meant to generate a math-fact table for multiplcation. Before it will run,
look carefully at the for i= , do and for j= , do lines and fix them
to count over the range of the math-fact problems you wish to generate. Can you do it?
Dismiss.
Show a friend, family member, or teacher what you've done!
Here is a share link to your code:
Does your code work? Want to run it on your iPhone?
Here's your code:
Use [Control]-[C] (Windows) or [⌘]-[C] (MacOS) to copy your code.
Paste it using [Control]-[V] (Windows) or [⌘]-[V] (MacOS) into
this page
Then click the "Use on iPhone" button that you'll see.