Question: write a program which does the following: a)takes in a csv file, where each line of the file contains: , , b) asks the user
write a program which does the following:
a)takes in a csv file, where each line of the file contains:
b) asks the user to input a particuular grade to search by
c) searches for all entries in the csv which contains a grade greater than the given grade
d)prints to screen all names(first last) that match the criteria.
for example, given a CSV file labeled students.txt:
oppenheimer, robert, 80 teller, edward, 60, frisch, otto, 90, fermi, enrico, 90
if the user enters the grade 75, the resulting output of the program woould be:
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
