Difference between revisions of "CSC111 Final Exam 2018"

From dftwiki3
Jump to: navigation, search
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.
* Here is a typical file:
+
* 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

Revision as of 09:14, 2 May 2018

D. Thiebaut (talk) 11:39, 26 April 2018 (EDT)



...