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

Respuesta :

Think of your oral exam as 5 points since it accounts for 5% of your final mark. In order to multiply, you get an 80 on your oral exam.

Is a CSV file equivalent to an Excel file?

  • The difference between CSV and XLS file formats is that CSV is a plain text format (Comma Separated Values) where values are separated by commas, whereas XLS is an Excel Sheets binary file format (Excel Sheets) which holds information about all the worksheets in a file, including both content and formatting.
  • Think of your oral exam as 5 points since it accounts for 5% of your final mark. In order to multiply, you get an 80 on your oral exam. You get 4 points from 05 (5%) and 80. That indicates that out of a possible 5 points, you received 4, which is a win.  

To learn more about CSV refer to:

https://brainly.com/question/29344510

#SPJ4