Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Create a flowchart for a python application that will process student test scores. 89 77 92 69 87 62 55 78 31 90 Write an
Create a flowchart for 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
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started