Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Create a python application that will process student test scores. 89 77 92 69 87 62 55 78 31 90 Write an application that will

Create a python application that will process student test scores.

89

77

92

69

87

62

55

78

31

90

Write an application that will

1. open the file

2. read in the scores

3. if a score is 70 or higher, add 1 to the total of passing scores

4. if a score is less than 70, add 1 to the total number of failing scores

5. Print out the total number of passing and failing scores, and the overall average. It should look something like this (your numbers will be different):

Number failed: 4

Number passed: 6

Class average: 78.2

First make a flowchart then write the python code.

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

Put Your Data To Work 52 Tips And Techniques For Effectively Managing Your Database

Authors: Wes Trochlil

1st Edition

0880343079, 978-0880343077

More Books

Students also viewed these Databases questions

Question

What is Change Control and how does it operate?

Answered: 1 week ago

Question

How do Data Requirements relate to Functional Requirements?

Answered: 1 week ago