Hi, Im unsure of how to write the visual basic code for the second part of this timetables program which includes:
The program must present the user with a series of ten random multiplication problems, one after the other. Each problem must involve the number given by the user in the first stage and a random number in the range 2 to 12.
For each problem the program must check the user’s answer and respond with “Correct” or “Incorrect”. If the user was incorrect, the program must also tell them the correct answer.
After the user has completed all ten problems, the program must give the user a mark out of 10 and say “Goodbye and thanks for playing”.
Thanks.