Question: Objectives Plan and create a program to practice math facts with error handling Your Goal Your users are young children learning their arithmetic facts. The

Objectives Plan and create a program to practice math facts with error handling Your Goal Your users are young children learning their arithmetic facts. The program will give them a choice of practicing adding or multiplying. You will use two lists of numbers. numA = [4, 1.6, 10,2,3,7,9,11,12,5,8) numB-12, 12, 10, 11, 1, 3, 7, 9,4,8,5,6) If the user chooses adding you will ask them to add the first number from cach list. Tell them if they are right or wrong if they are wrong, tell them the correct answer Then ask them to add the second number in each list and so on If the user chooses multiplying, then do similar steps but with multiplying. Whichever operation the user chooses, they will answer 12 questions. Write your program and testit on a sibling, friend, or fellow student Errors Think about the types of errors a user can make. Add at least one kind of error handling to your program
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
