Difference between revisions of "CSC111 Final Exam 2015"

From dftwiki3
Jump to: navigation, search
Line 219: Line 219:
 
==Requirements==
 
==Requirements==
 
<br />
 
<br />
* Make your prompt "Filename? " when the program asks the user for a file name.  This will make it easier to test your program.
 
 
* Make sure your program contains a '''main()''' function, and that the execution starts with main, with this code, which should be the last 2 lines of your program:
 
* Make sure your program contains a '''main()''' function, and that the execution starts with main, with this code, which should be the last 2 lines of your program:
 
<br />
 
<br />

Revision as of 10:39, 30 April 2015


...