Difference between revisions of "CSC111 Final Exam 2015"

From dftwiki3
Jump to: navigation, search
Line 216: Line 216:
 
<br />
 
<br />
 
* Your program must match this output as closely as possible, including the "---Output---" line.  Remember that your program will be tested with a collection of tweets that will be different, and probably gathered in a different time period, so your program must locate the oldest and newest tweets ''found'', and not simply output the dates shown above!
 
* Your program must match this output as closely as possible, including the "---Output---" line.  Remember that your program will be tested with a collection of tweets that will be different, and probably gathered in a different time period, so your program must locate the oldest and newest tweets ''found'', and not simply output the dates shown above!
 +
* Note also that the date has been modified by the program, and is output as an 8-digit quantity, the year first, followed by the month, followed by the day.  Note also that April is represented by 04, and not 4.
 
<br />
 
<br />
 
==Requirements==
 
==Requirements==

Revision as of 11:00, 30 April 2015


...