<?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: Decimal Format to Easily Create Custom Output</title>
	<atom:link href="http://www.tech-recipes.com/rx/1326/java-decimal-format-to-easily-create-custom-output/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tech-recipes.com/rx/1326/java-decimal-format-to-easily-create-custom-output/</link>
	<description>Computer and technology tutorials and guides</description>
	<lastBuildDate>Sun, 22 Nov 2009 03:12:08 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: mandygornall</title>
		<link>http://www.tech-recipes.com/rx/1326/java-decimal-format-to-easily-create-custom-output/comment-page-1/#comment-15423</link>
		<dc:creator>mandygornall</dc:creator>
		<pubDate>Mon, 05 Oct 2009 01:37:32 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-15423</guid>
		<description>how you you print out the following so that I only show two decimal places.  &lt;br&gt;//setting up constructor&lt;br&gt;	public FictionBook (String myNewTitle, String myNewAuthor, String myCoverType, double myPreTaxPrice){&lt;br&gt;&lt;br&gt;to test I have the following&lt;br&gt;Textbook tb1 = new Textbook(&quot;Business Statistics In Practice &quot;, &quot;Bruce Bowerman&quot;, &quot;Statistics 201&quot;, 60.00 );&lt;br&gt;		String string1;&lt;br&gt;		System.out.println(tb1);&lt;br&gt;&lt;br&gt;I want the 60 to be in a dollar format with two decimal places.  Please help.</description>
		<content:encoded><![CDATA[<p>how you you print out the following so that I only show two decimal places.  <br />//setting up constructor<br />	public FictionBook (String myNewTitle, String myNewAuthor, String myCoverType, double myPreTaxPrice){</p>
<p>to test I have the following<br />Textbook tb1 = new Textbook(&#8221;Business Statistics In Practice &#8220;, &#8220;Bruce Bowerman&#8221;, &#8220;Statistics 201&#8243;, 60.00 );<br />		String string1;<br />		System.out.println(tb1);</p>
<p>I want the 60 to be in a dollar format with two decimal places.  Please help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: deta</title>
		<link>http://www.tech-recipes.com/rx/1326/java-decimal-format-to-easily-create-custom-output/comment-page-1/#comment-13471</link>
		<dc:creator>deta</dc:creator>
		<pubDate>Mon, 13 Jul 2009 05:25:18 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-13471</guid>
		<description>it&#039;s helpful. thank you</description>
		<content:encoded><![CDATA[<p>it&#39;s helpful. thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DK</title>
		<link>http://www.tech-recipes.com/rx/1326/java-decimal-format-to-easily-create-custom-output/comment-page-1/#comment-10973</link>
		<dc:creator>DK</dc:creator>
		<pubDate>Fri, 01 May 2009 23:40:19 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-10973</guid>
		<description>wow..that was so simple...and easy to undastand...&lt;br&gt;thanks..</description>
		<content:encoded><![CDATA[<p>wow..that was so simple&#8230;and easy to undastand&#8230;<br />thanks..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zhen Dong</title>
		<link>http://www.tech-recipes.com/rx/1326/java-decimal-format-to-easily-create-custom-output/comment-page-1/#comment-9181</link>
		<dc:creator>Zhen Dong</dc:creator>
		<pubDate>Fri, 06 Mar 2009 10:22:29 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-9181</guid>
		<description>helpful and concise. :) . nice job.</description>
		<content:encoded><![CDATA[<p>helpful and concise. :) . nice job.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Iridium</title>
		<link>http://www.tech-recipes.com/rx/1326/java-decimal-format-to-easily-create-custom-output/comment-page-1/#comment-7920</link>
		<dc:creator>Iridium</dc:creator>
		<pubDate>Wed, 28 Jan 2009 22:29:49 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-7920</guid>
		<description>Thank you William, this was exceptionally helpful.</description>
		<content:encoded><![CDATA[<p>Thank you William, this was exceptionally helpful.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
