<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Exercise 7-8: Temperature Converter Function</title>
	<atom:link href="http://www.learningprocessing.com/exercises/chapter-7/exercise-7-8/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.learningprocessing.com</link>
	<description>A Beginner's Guide to Programming Images, Animation, and Interaction by Daniel Shiffman</description>
	<lastBuildDate>Thu, 09 Feb 2012 16:27:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Rhys Harris09</title>
		<link>http://www.learningprocessing.com/exercises/chapter-7/exercise-7-8/comment-page-1/#comment-20581</link>
		<dc:creator>Rhys Harris09</dc:creator>
		<pubDate>Wed, 31 Aug 2011 14:52:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningprocessing.com/?page_id=877#comment-20581</guid>
		<description>This had me stumped for ages! In France with no Internet, now in a @Cafe and have found the answer! Phew! Thanks!</description>
		<content:encoded><![CDATA[<p>This had me stumped for ages! In France with no Internet, now in a @Cafe and have found the answer! Phew! Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Shiffman</title>
		<link>http://www.learningprocessing.com/exercises/chapter-7/exercise-7-8/comment-page-1/#comment-17977</link>
		<dc:creator>Daniel Shiffman</dc:creator>
		<pubDate>Thu, 20 Jan 2011 14:49:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningprocessing.com/?page_id=877#comment-17977</guid>
		<description>Indeed, Processing will assume numbers are integers and you want an integer back unless you indicate a float with the decimal value (even if it is &quot;point zero&quot;).</description>
		<content:encoded><![CDATA[<p>Indeed, Processing will assume numbers are integers and you want an integer back unless you indicate a float with the decimal value (even if it is &#8220;point zero&#8221;).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mary</title>
		<link>http://www.learningprocessing.com/exercises/chapter-7/exercise-7-8/comment-page-1/#comment-6814</link>
		<dc:creator>Mary</dc:creator>
		<pubDate>Mon, 16 Nov 2009 14:50:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningprocessing.com/?page_id=877#comment-6814</guid>
		<description>I was tripped-up by the fractions needing to have a decimal point to work. Without the decimal point
on the 5/9 equation I was returning a 0. 

I guess I should include a decimal on all floats just to be safe?</description>
		<content:encoded><![CDATA[<p>I was tripped-up by the fractions needing to have a decimal point to work. Without the decimal point<br />
on the 5/9 equation I was returning a 0. </p>
<p>I guess I should include a decimal on all floats just to be safe?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.learningprocessing.com/exercises/chapter-7/exercise-7-8/comment-page-1/#comment-17</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sun, 21 Sep 2008 03:08:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningprocessing.com/?page_id=877#comment-17</guid>
		<description>Yup, that&#039;s right!  Thanks, fixed now.</description>
		<content:encoded><![CDATA[<p>Yup, that&#8217;s right!  Thanks, fixed now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron</title>
		<link>http://www.learningprocessing.com/exercises/chapter-7/exercise-7-8/comment-page-1/#comment-16</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Sun, 21 Sep 2008 03:00:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningprocessing.com/?page_id=877#comment-16</guid>
		<description>Quick question here -

In the &quot;Answer,&quot; shouldn&#039;t it read:

float celsius = (farenheit - 32) * (5.0/9.0);

I could be wrong, but just wanted to check. Thanks!</description>
		<content:encoded><![CDATA[<p>Quick question here -</p>
<p>In the &#8220;Answer,&#8221; shouldn&#8217;t it read:</p>
<p>float celsius = (farenheit &#8211; 32) * (5.0/9.0);</p>
<p>I could be wrong, but just wanted to check. Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

