This one is from @Italo
Type a number and generate the multiplication table for it up to 10
This should be the result
Italo did it in 18 blocks.
This one is from @Italo
Type a number and generate the multiplication table for it up to 10
This should be the result
Italo did it in 18 blocks.
And 2 components.
The variable $item is not bound in the current contex w it means
Ok, my first participation in any challenge.
Here’s what I’ve tried:
But in 19 blocks…
Here is my version (without checking the empty string condition) 16 blocks
Blockly is a very good visual programming language to reduce the code as much as possible.
15 blocks for now.
Don’t worry I won’t use WebViewer again to make this challenge in 3 blocks
I would like to see… For an idea!
best
Webview + javascript
Of course!
make it
No, in my version there’s no validation at all. Good job!
Well, technically, it would be a valid solution, but we are trying to make people learn to code with blocks, so it would be preferred to have a full blocks solution.
I know. I was answering how can you do ir with webviewer
But post it anyways! It will help us learn something, for sure.
That’s almost exactly as I made it, but try without using any variables.
Almost! Don’t make it a procedure, and you will reduce the blocks.
Reading your Solution i see the output Will be love this… (For example user input =7)
7
7x0=07
7x1=77
7x2=147
7x3=217
…
I just readed from my phone, didn’t try it. Correct me ir I’m wrong
Nice one! But the legend “Tap here to start” is missing and people will not know what to touch after the first try. Want to try a solution for that?