QB64 Phoenix Edition
Simple Numbers Magic Trick With MessageBox - Printable Version

+- QB64 Phoenix Edition (https://qb64phoenix.com/forum)
+-- Forum: QB64 Rising (https://qb64phoenix.com/forum/forumdisplay.php?fid=1)
+--- Forum: Code and Stuff (https://qb64phoenix.com/forum/forumdisplay.php?fid=3)
+---- Forum: Programs (https://qb64phoenix.com/forum/forumdisplay.php?fid=7)
+---- Thread: Simple Numbers Magic Trick With MessageBox (/showthread.php?tid=3685)



Simple Numbers Magic Trick With MessageBox - SierraKen - 05-12-2025

Just something simple, and probably something you all have seen before. lol 
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 !"