Just something simple, and probably something you all have seen before. lol
But I made it mostly for a little _MessageBox example.
But I made it mostly for a little _MessageBox example.
Code: (Select All)
_MessageBox "Guess The Number", "Pick a number between 1 and 100."
_MessageBox , "Times it by 2."
_MessageBox , "Now add 30 to it."
_MessageBox , "Now divide it by 2."
_MessageBox , "Now subtract this number from the number you originally chose."
_MessageBox , "The remaining number is 15 !"

