Multiplier

Multiplier preview image

1 collaborator

Default-person Pradeep Ankem (Author)

Tags

(This model has yet to be categorized with any tags)
Visible to everyone | Changeable by everyone
Model was written in NetLogo 6.0 • Viewed 62 times • Downloaded 13 times • Run 0 times
Download the 'Multiplier' modelDownload this modelEmbed this model

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 almost 5 years ago by Pradeep Ankem.

Attached files

File Type Description Last updated
Multiplier.png preview Preview for 'Multiplier' almost 5 years ago, by Pradeep Ankem Download

This model does not have any ancestors.

This model does not have any descendants.