Answered You can hire a professional tutor to get the answer.

QUESTION

The file contains information for 4 Students. All values are separated by a comma. The first value is the student id. The remaining values are the...

The file contains information for 4 Students. All values are separated by a comma. The first value is the student id. The remaining values are the student scores. Your program should split the student id from the scores and use these values to store the information in an object of type Student. Your program will use the __str__ of the Student class to output the result for each student in the file. The output of your program should look like the following:

Student InformationStudent ID: Student Grades: [, , , , ] Grade: BStudent InformationStudent ID: Student Grades: [, , , , ] Grade: BStudent InformationStudent ID: Student Grades: [, , , , ] Grade: DStudent InformationStudent ID: Student Grades: [, , , , ] Grade: F

14587,85,98,100,45,88

37458,77,80,73,89,89

78425,40,90,88,57,66

69875,30,78,44,65,0

PLACE SCREEN SHOTS OF THE STUDENT CLASS CODE BELOW.

Show more
LEARN MORE EFFECTIVELY AND GET BETTER GRADES!
Ask a Question