Page 1 of 1

C. Read the csv data set “grades.csv” in the Lab 9 folder, which is the same as “stu_grades.txt file”. It is stored as c

Posted: Sat May 14, 2022 7:53 pm
by answerhappygod
C. Read the csv data set “grades.csv” in the Lab 9 folder, which
is the same as “stu_grades.txt file”. It is stored as comma
separated values. Copy and save as csv file from the folder. It
should look like:
Bob
Jones
86
75
84
Sue
Smith
99
97
88
Karen
Doe
83
78
72
D. Exception handling example with the use of “try” statement
(section 9.8.2, page:332-335).