Answered step by step
Verified Expert Solution
Question
1 Approved Answer
use python The following sample file called studentdata.txt contains one line for each student in animaginary class. The students name is the first thing on
use python
The following sample file called studentdata.txt contains one line for each student in animaginary class. The students name is the first thing on each line, followed by some examscores. The number of scores might be different for each student. joe 101520 bill 23161922456712 sue 8221714129078 grace 1228214512131415788923 john 14322516 a) Using the text file studentdata.txt write a program that prints out the names of studentsthat have more than six quiz scores. b) Using the text file studentdata.txt write a program that calculates the average grade foreach student, and print out the student's name along with their average grade. c) Using the text file studentdata.txt write a program that calculates the minimum and maximum score for each student. Print out their name as well 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