Difference between revisions of "CSC111 Homework 5 2018"

From dftwiki3
Jump to: navigation, search
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
[[User:Thiebaut|D. Thiebaut]] ([[User talk:Thiebaut|talk]]) 07:54, 25 February 2018 (EST)
 
[[User:Thiebaut|D. Thiebaut]] ([[User talk:Thiebaut|talk]]) 07:54, 25 February 2018 (EST)
 
----
 
----
 
+
<onlydft>
 
<br />
 
<br />
 
<br />
 
<br />
Line 8: Line 8:
 
<br />
 
<br />
 
<bluebox>
 
<bluebox>
This homework assignment is due on Thursday March 8, at 11:55 p.m.  You can work in pair, or individually on this homework.
+
This homework assignment is due on Thursday March 22nd, at 11:55 p.m.  You can work in pair, or individually on this homework.
 
</bluebox>
 
</bluebox>
 
<br />
 
<br />
Line 15: Line 15:
 
</tanbox>
 
</tanbox>
 
<br />
 
<br />
 +
<tanbox>
 +
You should study the different versions of the program I covered in class on 3/2/18 (memo text and bad words), and
 +
accessible [[CSC111_Programs_Created_in_Class_2018#Good_Preparation_for_Homework_.235|here]].
 +
</tanbox>
 +
<br />
 +
 
=Problem #1=
 
=Problem #1=
 
<br />
 
<br />
Line 56: Line 62:
 
<br />
 
<br />
 
* Make sure you use the same function names as shown above, with the same parameter name.  The test script will look for the same format.
 
* Make sure you use the same function names as shown above, with the same parameter name.  The test script will look for the same format.
 +
* The name should be output properly capitalized.  So "maria HELENA" should be printed as "Maria Helena".  We assume no name will be hyphenated (too complex for us to deal with this now).
 
<br />
 
<br />
 
==Submission to Moodle==
 
==Submission to Moodle==
Line 115: Line 122:
 
</source>
 
</source>
 
<br />
 
<br />
 
+
* The name should be output properly capitalized.  So "maria HELENA" should be printed as "Maria Helena".  We assume no name will be hyphenated (too complex for us to deal with this now).
 +
<br />
 
==Submission==
 
==Submission==
 
<br />
 
<br />
Line 164: Line 172:
 
<br />
 
<br />
 
* Your program should  have the same organization as that of your solution for Problem 2.
 
* Your program should  have the same organization as that of your solution for Problem 2.
 +
* The names should be output properly capitalized. 
 
<br />
 
<br />
 
::<source lang="python">
 
::<source lang="python">
Line 409: Line 418:
 
<br />
 
<br />
 
<!-- =================================================================== -->
 
<!-- =================================================================== -->
<showafterdate after="20180309 08:00" before="20180601 00:00">
+
<showafterdate after="20180323 08:00" before="20180601 00:00">
 
=Solution Programs=
 
=Solution Programs=
 
<br />
 
<br />
Line 646: Line 655:
 
<br />
 
<br />
 
<br />
 
<br />
 +
</onlydft>
 
<onlydft>
 
<onlydft>
 
=VPL Modules=
 
=VPL Modules=

Latest revision as of 12:41, 1 June 2018

D. Thiebaut (talk) 07:54, 25 February 2018 (EST)



...


...