http://scratch.mit.edu/projects/11932181
Look at this script. It is supposed to show the three times table up to 12 x 3 but there is an error in the algorithm.
Can you de-bug it?
http://scratch.mit.edu/projects/11932181
Look at this script. It is supposed to show the three times table up to 12 x 3 but there is an error in the algorithm.
Can you de-bug it?
Where it says go up to 12 you
need to change it to 13.
Why?
I did 13 because it does the number below what you put.
Why?
where it said repeat until it says 12 but you need to change to 13 because I changed to 13 not kept it at 12 . The clue is to look at the repeat until then go across to where it says multiplicand it says 12 change it 13
I put the number 13 in because it multiply to 12
l put 13 because it is a multiply to 12
Why?
You have to change 12 to 13.
Why?
The last number shall not show up – so 13 x 3 will not show.
If you put 13 it will do it.
It needs to be repeated 13 times not 12