<?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 6-1a: while loop</title>
	<atom:link href="http://www.learningprocessing.com/exercises/chapter-6/exercise-6-1a/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>Fri, 10 Feb 2012 19:58:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: yucef</title>
		<link>http://www.learningprocessing.com/exercises/chapter-6/exercise-6-1a/comment-page-1/#comment-20597</link>
		<dc:creator>yucef</dc:creator>
		<pubDate>Mon, 19 Sep 2011 08:29:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningprocessing.com/?page_id=806#comment-20597</guid>
		<description>I guessed 200 instead of width. Works the same.</description>
		<content:encoded><![CDATA[<p>I guessed 200 instead of width. Works the same.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.learningprocessing.com/exercises/chapter-6/exercise-6-1a/comment-page-1/#comment-20537</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sat, 04 Jun 2011 01:49:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningprocessing.com/?page_id=806#comment-20537</guid>
		<description>Hi, I did the exercise 6.1b in Learning Processing. However, when I click &quot;Run&quot;, nothing happened. The window is blank. Was there something wrong with my code?  How can I solve this  problem? Thanks!Here is my code:

size(200,200);
background(255);
float w=200; 
while(w&lt;=20){ 
  fill(w);   
ellipse(100,100,w,w);  
  w=w-20;
 }</description>
		<content:encoded><![CDATA[<p>Hi, I did the exercise 6.1b in Learning Processing. However, when I click &#8220;Run&#8221;, nothing happened. The window is blank. Was there something wrong with my code?  How can I solve this  problem? Thanks!Here is my code:</p>
<p>size(200,200);<br />
background(255);<br />
float w=200; <br />
while(w&lt;=20){ <br />
  fill(w);   <br />
ellipse(100,100,w,w); <br />
  w=w-20;<br />
 }</p>
]]></content:encoded>
	</item>
</channel>
</rss>

