Multiplier
Model was written in NetLogo 6.0
•
Viewed 77 times
•
Downloaded 15 times
•
Run 0 times
Do you have questions or comments about this model? Ask them here! (You'll first need to log in.)
Comments and Questions
Please start the discussion about this model!
(You'll first need to log in.)
Click to Run Model
globals [ num1 num2 res fin tin ] ;; check is the input variable to setup clear-all set num1 random 10 + 1 set num2 random 10 + 1 set res num1 * num2 set fin word num1 "x" output-print word fin num2 end to go ifelse res = your-guess [set tin "You are right"] [set tin "You are wrong"] crt 1 [ set size 5 set shape "face happy" set label tin] end
There is only one version of this model, created over 5 years ago by Pradeep Ankem.
Attached files
File | Type | Description | Last updated | |
---|---|---|---|---|
Multiplier.png | preview | Preview for 'Multiplier' | over 5 years ago, by Pradeep Ankem | Download |
This model does not have any ancestors.
This model does not have any descendants.