<?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 applet program for calculator	</title>
	<atom:link href="https://studentprojects.in/software-development/java/java-programs/applet/java-applet-program-for-calculator/feed/" rel="self" type="application/rss+xml" />
	<link>https://studentprojects.in/software-development/java/java-programs/applet/java-applet-program-for-calculator/</link>
	<description>Microcontroller projects, Circuit Diagrams, Project Ideas</description>
	<lastBuildDate>Sun, 01 Nov 2015 18:32:47 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.1.7</generator>
	<item>
		<title>
		By: Krishna kumar kushwaha		</title>
		<link>https://studentprojects.in/software-development/java/java-programs/applet/java-applet-program-for-calculator/comment-page-1/#comment-139576</link>

		<dc:creator><![CDATA[Krishna kumar kushwaha]]></dc:creator>
		<pubDate>Sun, 01 Nov 2015 18:32:47 +0000</pubDate>
		<guid isPermaLink="false">http://studentprojects.in/?p=886#comment-139576</guid>

					<description><![CDATA[That&#039;s program a very nice]]></description>
			<content:encoded><![CDATA[<p>That&#8217;s program a very nice</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Rukmani		</title>
		<link>https://studentprojects.in/software-development/java/java-programs/applet/java-applet-program-for-calculator/comment-page-1/#comment-135897</link>

		<dc:creator><![CDATA[Rukmani]]></dc:creator>
		<pubDate>Fri, 09 Oct 2015 12:44:38 +0000</pubDate>
		<guid isPermaLink="false">http://studentprojects.in/?p=886#comment-135897</guid>

					<description><![CDATA[Without paint() how does this program gives output?]]></description>
			<content:encoded><![CDATA[<p>Without paint() how does this program gives output?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: PRAVIN		</title>
		<link>https://studentprojects.in/software-development/java/java-programs/applet/java-applet-program-for-calculator/comment-page-1/#comment-134257</link>

		<dc:creator><![CDATA[PRAVIN]]></dc:creator>
		<pubDate>Thu, 01 Oct 2015 12:45:19 +0000</pubDate>
		<guid isPermaLink="false">http://studentprojects.in/?p=886#comment-134257</guid>

					<description><![CDATA[its nice to used the code but can you explain than to us]]></description>
			<content:encoded><![CDATA[<p>its nice to used the code but can you explain than to us</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Suriya		</title>
		<link>https://studentprojects.in/software-development/java/java-programs/applet/java-applet-program-for-calculator/comment-page-1/#comment-129749</link>

		<dc:creator><![CDATA[Suriya]]></dc:creator>
		<pubDate>Thu, 10 Sep 2015 00:00:39 +0000</pubDate>
		<guid isPermaLink="false">http://studentprojects.in/?p=886#comment-129749</guid>

					<description><![CDATA[Tq so much]]></description>
			<content:encoded><![CDATA[<p>Tq so much</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: amit		</title>
		<link>https://studentprojects.in/software-development/java/java-programs/applet/java-applet-program-for-calculator/comment-page-1/#comment-127938</link>

		<dc:creator><![CDATA[amit]]></dc:creator>
		<pubDate>Tue, 01 Sep 2015 13:55:00 +0000</pubDate>
		<guid isPermaLink="false">http://studentprojects.in/?p=886#comment-127938</guid>

					<description><![CDATA[main method is not found]]></description>
			<content:encoded><![CDATA[<p>main method is not found</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Cesar Ramírez		</title>
		<link>https://studentprojects.in/software-development/java/java-programs/applet/java-applet-program-for-calculator/comment-page-1/#comment-116654</link>

		<dc:creator><![CDATA[Cesar Ramírez]]></dc:creator>
		<pubDate>Tue, 07 Jul 2015 16:56:43 +0000</pubDate>
		<guid isPermaLink="false">http://studentprojects.in/?p=886#comment-116654</guid>

					<description><![CDATA[Thanks. It was crazy looking for a solution. This code is when a decimal point is added.

else if(operador == &#039;.&#039;)
				result = Double.parseDouble((int)v1+&quot;.&quot;+(int)v2);

Bye]]></description>
			<content:encoded><![CDATA[<p>Thanks. It was crazy looking for a solution. This code is when a decimal point is added.</p>
<p>else if(operador == &#8216;.&#8217;)<br />
				result = Double.parseDouble((int)v1+&#8221;.&#8221;+(int)v2);</p>
<p>Bye</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: kratika		</title>
		<link>https://studentprojects.in/software-development/java/java-programs/applet/java-applet-program-for-calculator/comment-page-1/#comment-115056</link>

		<dc:creator><![CDATA[kratika]]></dc:creator>
		<pubDate>Sun, 28 Jun 2015 21:21:33 +0000</pubDate>
		<guid isPermaLink="false">http://studentprojects.in/?p=886#comment-115056</guid>

					<description><![CDATA[there is no option to check the output]]></description>
			<content:encoded><![CDATA[<p>there is no option to check the output</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Deepak		</title>
		<link>https://studentprojects.in/software-development/java/java-programs/applet/java-applet-program-for-calculator/comment-page-1/#comment-114521</link>

		<dc:creator><![CDATA[Deepak]]></dc:creator>
		<pubDate>Fri, 26 Jun 2015 06:19:36 +0000</pubDate>
		<guid isPermaLink="false">http://studentprojects.in/?p=886#comment-114521</guid>

					<description><![CDATA[Prog works but can any1 explain me the function of the line 66 and 67..]]></description>
			<content:encoded><![CDATA[<p>Prog works but can any1 explain me the function of the line 66 and 67..</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: achan		</title>
		<link>https://studentprojects.in/software-development/java/java-programs/applet/java-applet-program-for-calculator/comment-page-1/#comment-94436</link>

		<dc:creator><![CDATA[achan]]></dc:creator>
		<pubDate>Fri, 03 Apr 2015 11:05:20 +0000</pubDate>
		<guid isPermaLink="false">http://studentprojects.in/?p=886#comment-94436</guid>

					<description><![CDATA[Thanks for save my precious time.]]></description>
			<content:encoded><![CDATA[<p>Thanks for save my precious time.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: vicky		</title>
		<link>https://studentprojects.in/software-development/java/java-programs/applet/java-applet-program-for-calculator/comment-page-1/#comment-94382</link>

		<dc:creator><![CDATA[vicky]]></dc:creator>
		<pubDate>Fri, 03 Apr 2015 06:41:19 +0000</pubDate>
		<guid isPermaLink="false">http://studentprojects.in/?p=886#comment-94382</guid>

					<description><![CDATA[the calculator program runs perfect]]></description>
			<content:encoded><![CDATA[<p>the calculator program runs perfect</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
