Difference between revisions of "CSC111 Homework 2 2018"

From dftwiki3
Jump to: navigation, search
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
[[User:Thiebaut|D. Thiebaut]] ([[User talk:Thiebaut|talk]]) 18:12, 4 February 2018 (EST)
 
[[User:Thiebaut|D. Thiebaut]] ([[User talk:Thiebaut|talk]]) 18:12, 4 February 2018 (EST)
 
----
 
----
 +
<onlydft>
 
<bluebox>
 
<bluebox>
 
The due date for this homework is Tuesday 2/15 at 11:55 p.m.  For all problems,  
 
The due date for this homework is Tuesday 2/15 at 11:55 p.m.  For all problems,  
Line 62: Line 63:
 
=Problem 2=
 
=Problem 2=
 
<br />
 
<br />
Write a program called '''hw2_2.py''' that displays a table of temperatures, the left column in Celsius, and the right column in Fahrenheit.  The program asks the user for '''three''' numbers:  
+
Write a program called '''hw2_2.py''' that displays a table of temperatures, the right column in Celsius, and the left column in Fahrenheit.  The program asks the user for '''three''' numbers:  
 
* a temperature '''T''',  
 
* a temperature '''T''',  
 
* a number of temperatures '''n''',  
 
* a number of temperatures '''n''',  
Line 254: Line 255:
 
<br />
 
<br />
  
<showafterdate after="20180217 00:00" before="20180601 00:00">
+
<showafterdate after="20180216 00:00" before="20180601 00:00">
 
=Solution Program=
 
=Solution Program=
 
<br />
 
<br />
Line 379: Line 380:
  
 
<br />
 
<br />
 +
</onlydft>
 
<onlydft>
 
<onlydft>
 
=Moodle VPL Module=
 
=Moodle VPL Module=

Latest revision as of 12:39, 1 June 2018

D. Thiebaut (talk) 18:12, 4 February 2018 (EST)



...


...