Difference between revisions of "CSC111 Final Exam 2018"
Line 22: | Line 22: | ||
=Problem 1= | =Problem 1= | ||
* Write a program that prompts the user for the name of a CSV file that contains the email addresses of 5-college students along with their major or double-major, and, possibly, their minor. | * Write a program that prompts the user for the name of a CSV file that contains the email addresses of 5-college students along with their major or double-major, and, possibly, their minor. | ||
− | * | + | * Below is a typical file. Note that the first line will always contain the headers. |
:::::<source lang="text"> | :::::<source lang="text"> | ||
email, major1, major2, minor | email, major1, major2, minor |