Maddening variables conundrum...can anyone offer advice?

They way you wrote this, it doesn't look correct. Because you would end up with an m1_1 variable looking like this = "abc"


You should do something like: m1_1 = a; m1_2 = b (for the second question) m1_3 = c;


Another way is to do simple math. Increment the first variable by 1 m1_1, add 1 to it each time you get correct, and if it is greater than 3, continue.


Or if you want to go about the way you were doing it, just check the variable value for "abc".


 

Discussions have been disabled for this post