Difference between revisions of "CSC111 Lab 11 2015"

From dftwiki3
Jump to: navigation, search
Line 72: Line 72:
 
# the list of presidents sorted alphabetically.  Your program should simply print the names, one per line.  No additional information is required.
 
# the list of presidents sorted alphabetically.  Your program should simply print the names, one per line.  No additional information is required.
 
# the list of all the presidents who were associated with the democratic party.
 
# the list of all the presidents who were associated with the democratic party.
# the person who was president in 1945.
+
# the president or presidents who were in office in 1945.
 
# the presidents whose home state was Massachusetts.
 
# the presidents whose home state was Massachusetts.
 
::<source lang="text">
 
::<source lang="text">

Revision as of 13:39, 12 April 2015

--D. Thiebaut (talk) 19:36, 11 April 2015 (EDT)



...