Question: 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
use python The following sample file called studentdata.txt contains one line for

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

1 Expert Approved Answer
Step: 1 Unlock 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 Databases Questions!