<?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: Java Tutorial 03 &#8211; Arithmetic Operators</title>
	<atom:link href="http://www.20papercups.net/java-vtm-tutorials/java-vtm03-arithmetic-operators/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.20papercups.net/java-vtm-tutorials/java-vtm03-arithmetic-operators/</link>
	<description>The (awesome) website of Michael Marner</description>
	<lastBuildDate>Wed, 14 Dec 2011 14:41:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: tim</title>
		<link>http://www.20papercups.net/java-vtm-tutorials/java-vtm03-arithmetic-operators/comment-page-1/#comment-1041</link>
		<dc:creator>tim</dc:creator>
		<pubDate>Sun, 06 Nov 2011 03:32:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.20papercups.net/?p=83#comment-1041</guid>
		<description>hey man im 13 and doing a science fair project. the project is computer science and i want to do my programming in java tnx so much you rock!</description>
		<content:encoded><![CDATA[<p>hey man im 13 and doing a science fair project. the project is computer science and i want to do my programming in java tnx so much you rock!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ncellon</title>
		<link>http://www.20papercups.net/java-vtm-tutorials/java-vtm03-arithmetic-operators/comment-page-1/#comment-981</link>
		<dc:creator>Ncellon</dc:creator>
		<pubDate>Mon, 19 Sep 2011 00:40:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.20papercups.net/?p=83#comment-981</guid>
		<description>Great videos Thank you</description>
		<content:encoded><![CDATA[<p>Great videos Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.20papercups.net/java-vtm-tutorials/java-vtm03-arithmetic-operators/comment-page-1/#comment-292</link>
		<dc:creator>David</dc:creator>
		<pubDate>Thu, 04 Feb 2010 17:37:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.20papercups.net/?p=83#comment-292</guid>
		<description>Again great tutorial!
Quick trick for mental math of 11 times any two digit number: add the two digits from the non-11 number together and &quot;insert&quot; the result in the middle of the two digits.
11 * 24 = 2 (2+4=6) 4 , so 11 * 24 = 264
11 * 17 = 1 (1+7=8) 7 , so 11 * 17 = 187
For numbers whose addition together will be more than 10 it gets a bit trickier, but still possible...
11 * 87 = 8 (8+7=15) 7  = 8(+1) 5 7 , the 5 goes in between 8 and 7 and you add 1 to the number on the left (8 in this case), so 11 * 87 = 957. 
Finally, 11 * 12 = 1 (1+2=3) 2, so 11 * 12 = 132!
Thanks again for the great vids.</description>
		<content:encoded><![CDATA[<p>Again great tutorial!<br />
Quick trick for mental math of 11 times any two digit number: add the two digits from the non-11 number together and &#8220;insert&#8221; the result in the middle of the two digits.<br />
11 * 24 = 2 (2+4=6) 4 , so 11 * 24 = 264<br />
11 * 17 = 1 (1+7=8) 7 , so 11 * 17 = 187<br />
For numbers whose addition together will be more than 10 it gets a bit trickier, but still possible&#8230;<br />
11 * 87 = 8 (8+7=15) 7  = 8(+1) 5 7 , the 5 goes in between 8 and 7 and you add 1 to the number on the left (8 in this case), so 11 * 87 = 957.<br />
Finally, 11 * 12 = 1 (1+2=3) 2, so 11 * 12 = 132!<br />
Thanks again for the great vids.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://www.20papercups.net/java-vtm-tutorials/java-vtm03-arithmetic-operators/comment-page-1/#comment-290</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Wed, 03 Feb 2010 05:52:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.20papercups.net/?p=83#comment-290</guid>
		<description>Hey 

Yep, to begin with, most places would teach java in the same order. You need to know how to print stuff, You need to know about variables, you need to know about conditionals, looping, and arrays, more or less in that order. 

Glad you like the videos!
Michael</description>
		<content:encoded><![CDATA[<p>Hey </p>
<p>Yep, to begin with, most places would teach java in the same order. You need to know how to print stuff, You need to know about variables, you need to know about conditionals, looping, and arrays, more or less in that order. </p>
<p>Glad you like the videos!<br />
Michael</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: beiko</title>
		<link>http://www.20papercups.net/java-vtm-tutorials/java-vtm03-arithmetic-operators/comment-page-1/#comment-289</link>
		<dc:creator>beiko</dc:creator>
		<pubDate>Mon, 01 Feb 2010 01:57:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.20papercups.net/?p=83#comment-289</guid>
		<description>dude this is exactly what were doing in first year object base programming
the exact same material you are teaching in the same order
thanks a lot its like having a tutor for my classes</description>
		<content:encoded><![CDATA[<p>dude this is exactly what were doing in first year object base programming<br />
the exact same material you are teaching in the same order<br />
thanks a lot its like having a tutor for my classes</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://www.20papercups.net/java-vtm-tutorials/java-vtm03-arithmetic-operators/comment-page-1/#comment-264</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Thu, 10 Dec 2009 00:15:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.20papercups.net/?p=83#comment-264</guid>
		<description>Hi Kendal

I&#039;ve read every comment that&#039;s been posted on here, so don&#039;t worry. I&#039;m working on a bit of a big project at the moment, but can&#039;t give out too many details.

Thanks for the feedback!
Michael</description>
		<content:encoded><![CDATA[<p>Hi Kendal</p>
<p>I&#8217;ve read every comment that&#8217;s been posted on here, so don&#8217;t worry. I&#8217;m working on a bit of a big project at the moment, but can&#8217;t give out too many details.</p>
<p>Thanks for the feedback!<br />
Michael</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kendal Wilson</title>
		<link>http://www.20papercups.net/java-vtm-tutorials/java-vtm03-arithmetic-operators/comment-page-1/#comment-262</link>
		<dc:creator>Kendal Wilson</dc:creator>
		<pubDate>Wed, 09 Dec 2009 20:59:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.20papercups.net/?p=83#comment-262</guid>
		<description>Michael,
I hope you are reading these threads because I know you said you were going to stop if not enough people responded. I am telling you are a natural at teaching java. I am learning a lot. Thanks!</description>
		<content:encoded><![CDATA[<p>Michael,<br />
I hope you are reading these threads because I know you said you were going to stop if not enough people responded. I am telling you are a natural at teaching java. I am learning a lot. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tiwand318</title>
		<link>http://www.20papercups.net/java-vtm-tutorials/java-vtm03-arithmetic-operators/comment-page-1/#comment-257</link>
		<dc:creator>Tiwand318</dc:creator>
		<pubDate>Mon, 30 Nov 2009 01:48:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.20papercups.net/?p=83#comment-257</guid>
		<description>This tutorial really helped with multiplication. Thanks for all your help!</description>
		<content:encoded><![CDATA[<p>This tutorial really helped with multiplication. Thanks for all your help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pierre</title>
		<link>http://www.20papercups.net/java-vtm-tutorials/java-vtm03-arithmetic-operators/comment-page-1/#comment-238</link>
		<dc:creator>Pierre</dc:creator>
		<pubDate>Thu, 24 Sep 2009 05:14:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.20papercups.net/?p=83#comment-238</guid>
		<description>Thanks for the tutorials i hope you make more, I&#039;m taking java at my college and I&#039;m learning more here than in 3 videos than in 2 moths of classes that i have taken. please keep making more ^^.</description>
		<content:encoded><![CDATA[<p>Thanks for the tutorials i hope you make more, I&#8217;m taking java at my college and I&#8217;m learning more here than in 3 videos than in 2 moths of classes that i have taken. please keep making more ^^.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: May</title>
		<link>http://www.20papercups.net/java-vtm-tutorials/java-vtm03-arithmetic-operators/comment-page-1/#comment-200</link>
		<dc:creator>May</dc:creator>
		<pubDate>Sat, 12 Sep 2009 16:04:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.20papercups.net/?p=83#comment-200</guid>
		<description>Thank you for sharing your skills to the world. God Bless you and your loved ones, Michael. You&#039;re the Man!</description>
		<content:encoded><![CDATA[<p>Thank you for sharing your skills to the world. God Bless you and your loved ones, Michael. You&#8217;re the Man!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

