<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -11,3 +11,19 @@ Exercise-4 (page 131): Problem 8
 	each time your, a random saying will be printed. hint: the index of the 
 	array will be the random number generated
 Exercise-5 (page 161): Problem 1
+	physicists tell us that the lowest possible temperature is absolute zero.  
+	absolute zero is -459.69 (note: actually the most current number I can find 
+	is -459.67 which suggests the book was never right) degress Fahrenheit.
+	a.) Accept input from the user: a beginning temperature, an ending
+		temperature, and an increment (all fahrenheit).
+	b.) check for bad input: at temp less than absolute zere and an ending
+		temperature less than a beginning temperature. the program will send a 
+		message to stderr if either condition is detected. the program will 
+		send a message to stderr if either condition is detected.
+	c.) print a header showing &quot;fahrenheit celsius &quot; print all the values from
+		the beginning temperature to the ending temperature. use a looping 
+		mechanism. the conversion formula is C = (F - 32) / 1.8
+
+	* bonus: make sure the user enters a number, either decimal or floating 
+	* point; e.g., 5.5, .5, or 5. (note: this is stupid it should just convert 
+	* it instead of making the users life harder)</diff>
      <filename>perl/assign2/README</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>04acfdf54e5436dbc7635eb95d9d0e29c153ac22</id>
    </parent>
  </parents>
  <author>
    <name>Caleb Cushing</name>
    <email>xenoterracide@gmail.com</email>
  </author>
  <url>http://github.com/xenoterracide/school/commit/d418614ec04a21a3e8e2e079935816ef29c1c39d</url>
  <id>d418614ec04a21a3e8e2e079935816ef29c1c39d</id>
  <committed-date>2008-04-20T21:17:49-07:00</committed-date>
  <authored-date>2008-04-20T21:17:49-07:00</authored-date>
  <message>update assign e5p1 in readme</message>
  <tree>cc563303f944b3c61d8e270579c939964c7555dc</tree>
  <committer>
    <name>Caleb Cushing</name>
    <email>xenoterracide@gmail.com</email>
  </committer>
</commit>
