Small Basic #13: Math Facts Guessing Game

It's that time in my childrens' lives where they need to practice their basic math facts under a time limit. To help them, I created a simple Microsoft Small Basic program. You can view my code at https://smallbasic.com/program/?FHD214, or if you have Small Basic you can import my code with ID FHD214 and run the program. This program features the following:

  • The user can choose from addition, subtraction, multiplication, or division problems.
  • You can change the number of seconds that users are allowed to try to answer math problems.
  • You can change the math problems' upper limits as users get more proficient.
  • You can independently change the math problem types' difficulties. For example, for younger users you can make the multiplication and division problems eaiser than the addition and subtraction problems.

Enjoy!

Comments

  • Anonymous
    July 02, 2013
    The comment has been removed

  • Anonymous
    March 04, 2014
    umm... does this work? i tried it on small basic ans there seemed to be lots of mistakes???

  • Anonymous
    March 06, 2016
    Hello! If anyone has any questions, please ask in the Small Basic forum: social.msdn.microsoft.com/.../threads Thanks!