Complete Math Questions
Complete Math Questions
Rate Complete Math Questions
(2(2 Vote))
'PUT THIS CODE IN COMMAND BUTTON
'DIVIDE:
TEXT1 = TEXT2 / TEXT3
'TIMES
TEXT1 = TEXT2 * TEXT3
'SUBSTRACT
TEXT1 = TEXT2 - TEXT3
'ADD
TEXT1 = TEXT2 + TEXT3
Complete Math Questions Comments
No comments yet — be the first to post one!
Post a Comment