<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.3" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: The switch statement lab exercise</title>
	<link>http://www.csharpuniversity.com/2008/09/22/the-switch-statement-lab-exercise/</link>
	<description>Quality ASP.NET/C#/SQL Server tutorials, examples, videos and advice</description>
	<pubDate>Mon, 06 Feb 2012 10:40:13 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.3</generator>

	<item>
		<title>By: Dan</title>
		<link>http://www.csharpuniversity.com/2008/09/22/the-switch-statement-lab-exercise/#comment-284</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Thu, 10 Jun 2010 21:24:46 +0000</pubDate>
		<guid>http://www.csharpuniversity.com/2008/09/22/the-switch-statement-lab-exercise/#comment-284</guid>
		<description>In the example, I think Line 08 should read "i is neither 10 nor 33";</description>
		<content:encoded><![CDATA[<p>In the example, I think Line 08 should read &#8220;i is neither 10 nor 33&#8243;;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jerry</title>
		<link>http://www.csharpuniversity.com/2008/09/22/the-switch-statement-lab-exercise/#comment-279</link>
		<dc:creator>Jerry</dc:creator>
		<pubDate>Thu, 29 Apr 2010 01:30:13 +0000</pubDate>
		<guid>http://www.csharpuniversity.com/2008/09/22/the-switch-statement-lab-exercise/#comment-279</guid>
		<description>Hello Sir

With the following code taken from above:

01.    
02.  
03.if (i == 10)   
04.    TextBox1.Text = "i = 10";   
05.else if (i == 33)   
06.    TextBox1.Text = "i = 33";   
07.else  
08.    TextBox1.Text = "i is neither 33 nor 44";  

I don't understand the code in line 08 ?? why 44

Thank you</description>
		<content:encoded><![CDATA[<p>Hello Sir</p>
<p>With the following code taken from above:</p>
<p>01.<br />
02.<br />
03.if (i == 10)<br />
04.    TextBox1.Text = &#8220;i = 10&#8243;;<br />
05.else if (i == 33)<br />
06.    TextBox1.Text = &#8220;i = 33&#8243;;<br />
07.else<br />
08.    TextBox1.Text = &#8220;i is neither 33 nor 44&#8243;;  </p>
<p>I don&#8217;t understand the code in line 08 ?? why 44</p>
<p>Thank you</p>
]]></content:encoded>
	</item>
</channel>
</rss>

