Projects.Programming.EC.01

Programming Extra Credit 2:
Times Table

Problem

You are to create a 10x10 times table that can be filled in by the user. After filling in the entire table the user is given feedback that lets them know which answers they got right. They can keep trying until they get all the answers correct.

Instructions

  1. The program should keep track of how many tries it takes the user to get all the answers correct.
  2. Change the background color of the answers when the user hits the button to tell them if they got the answers right.
  3. Disable the Text Boxes for answers that the user gets right.
  4. The user should not be able to press the button while Text Boxes are empty.
  5. Rename the form and all controls on the form.
  6. Add color font styles, and at least one picture to make your program look nice.
  7. Make sure your code is commented and there is appropriate white space.