variable addition
Mikael S
Posts: 60
Hello!
If i have this:
num1 = 2
num2 = 3
then i want to add both together, in to a third variable "tot" But i dont want tot to be "5", i want it to be "23"
How to do that?
·
If i have this:
num1 = 2
num2 = 3
then i want to add both together, in to a third variable "tot" But i dont want tot to be "5", i want it to be "23"
How to do that?
·
Comments
I think this will work.