Difference between revisions of "CSC111 Final Exam 2010"

From dftwiki3
Jump to: navigation, search
Line 212: Line 212:
  
 
* Your program should output '''formatted''' answers to the questions listed below.  By formatted, I mean something written in English and not in Python ("The coldest years were 1914 and 1931" is formatted.  "[1914, 1931]" is not formatted.)
 
* Your program should output '''formatted''' answers to the questions listed below.  By formatted, I mean something written in English and not in Python ("The coldest years were 1914 and 1931" is formatted.  "[1914, 1931]" is not formatted.)
 +
 +
* Your program should print '''"Answer to Question 1"''', '''"Answer to Question 2"''', etc. for each question.
  
 
* All temperatures should be reported in degrees Fahrenheit.
 
* All temperatures should be reported in degrees Fahrenheit.

Revision as of 16:20, 28 April 2010


...