Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

image text in transcribed
image text in transcribed
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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Systems Analysis And Synthesis Bridging Computer Science And Information Technology

Authors: Barry Dwyer

1st Edition

0128054492, 9780128054499

More Books

Students also viewed these Databases questions