Due: Thursday, Feb 6
Goal: Gain more experience designing and implementing a program in Visual Basic
Task: We have been approached by a local school and asked to develop a program that would allow students to practice their multiplication facts. Students in third grade learn their multiplication tables. They take timed drills to demonstrate that they can do multiplication quickly.
Your job is to create a program that allows the students to practice their multiplication facts in a simple and fun fashion. The program should present the student with a problem, for example "5 x 3 =" and the student is required to supply the answer. The program should then tell the student if the answer is correct or not. Students should be tested on multiplying numbers between 1 and 9 (from "1 x 1", "1 x 2", to "9 x 9")
Try to make the program easy to use. Also try to incorporate some timing into the program so students are encouraged to work quickly. If you have time, add whatever additional features you want.
When you are done demonstrate the program to me and also turn in a printout of the form image and the code.