rompt the user for a text file that contains a list of student names, one on each line. also prompt the user for a csv file that contains scores for the students in the following order: homework1, homework2, midterm exam, final exam. each line in the csv has four scores, delimited by a comma. each name in the text file has the corresponding scores in the csv file. you will need to calculate the weighted final grade for each student as follows: 5% homework1 5% homework2 40% midterm exam 50% final exam homework is scored out of 10 points and exams are scored out of 100