Question: Starting Out with Programming Logic and Design Lab 7.4- Programming Challenge 1 - Math Test Write the Flowchart and Python code for the following

Starting Out with Programming Logic and Design Lab 7.4- Programming Challenge 1 - Math Test Write the

Starting Out with Programming Logic and Design Lab 7.4- Programming Challenge 1 - Math Test Write the Flowchart and Python code for the following programming problem based on the pseudocode below. 11 Write a program that will allow a student to enter their name and then ask them to solve 10 mathematical equations. The program should display two random numbers that are to be added, such as: 247 + 129 The program should allow the student to enter the answer. The program should then display whether the answer was right or wrong, and accumulate the correct values. After the 10 questions are asked, calculate the average correct. Then display the student name, the number correct, and the average correct in both decimal and percentage format. In addition to any system functions you may use, you might consider the following 86

Step by Step Solution

3.50 Rating (167 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

Flowchart 1 Start 2 Input student name 3 Set correct count to 0 4 For i from 1 to 10 5 Generate two random numbers a and b between 1 and 100 6 Print t... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!