<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>'Change the value of a double (help)?' Thread RSS Feed</title>
    <link>http://www.programmersheaven.com/</link>
    <description>Contains the latest posts from the thread 'Change the value of a double (help)?' posted on the 'Java' forum at Programmer's Heaven.</description>
    <language>en</language>
    <copyright>Copyright 2013 Programmers Heaven</copyright>
    <pubDate>Mon, 17 Jun 2013 22:20:42 -0700</pubDate>
    <lastBuildDate>Mon, 17 Jun 2013 22:20:42 -0700</lastBuildDate>
    <generator>Argotic Syndication Framework 2007.3.0.1, http://www.codeplex.com/Argotic</generator>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <ttl>360</ttl>
    <image>
      <url>http://www.programmersheaven.com/images/ph.gif</url>
      <title>Programmers Heaven</title>
      <link>http://www.programmersheaven.com/</link>
      <width>88</width>
      <height>31</height>
    </image>
    <item>
      <title>Change the value of a double (help)?</title>
      <link>http://www.programmersheaven.com/mb/java/429053/429053/change-the-value-of-a-double-help/</link>
      <description>I wanted to know how to change the value of a double in code, not by manually typing in the value. Example: If i set the value of double hi to 50, I'd type in a line of code to change it to 60 permantly. So if i run it, close it and run it again, the value will stay 60. Please help.&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/java/429053/429053/change-the-value-of-a-double-help/</guid>
      <pubDate>Fri, 20 Jul 2012 15:09:12 -0700</pubDate>
      <category>Java</category>
    </item>
    <item>
      <title>Re: Change the value of a double (help)?</title>
      <link>http://www.programmersheaven.com/mb/java/429053/429289/re-change-the-value-of-a-double-help/#429289</link>
      <description>-removed repost-</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/java/429053/429289/re-change-the-value-of-a-double-help/#429289</guid>
      <pubDate>Wed, 22 Aug 2012 00:49:01 -0700</pubDate>
      <category>Java</category>
    </item>
    <item>
      <title>Re: Change the value of a double (help)?</title>
      <link>http://www.programmersheaven.com/mb/java/429053/429290/re-change-the-value-of-a-double-help/#429290</link>
      <description>The best way I can think of doing that would be having an external file to hold the value of variable(s) you want.  Read from the file and assign to whichever variable(s) you want.  Then simply rewrite the file with the new value(s).  This way, the new value is always assigned to your variables each time you run your program.  And always remember to close out the file at the end of program execution!</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/java/429053/429290/re-change-the-value-of-a-double-help/#429290</guid>
      <pubDate>Wed, 22 Aug 2012 00:51:14 -0700</pubDate>
      <category>Java</category>
    </item>
    <item>
      <title>Re: Change the value of a double (help)?</title>
      <link>http://www.programmersheaven.com/mb/java/429053/429291/re-change-the-value-of-a-double-help/#429291</link>
      <description>The best way I can think of doing that would be having an external file to hold the value of variable(s) you want.  Read from the file and assign to whichever variable(s) you want.  Then simply rewrite the file with the new value(s).  This way, the new value is always assigned to your variables each time you run your program.  And always remember to close out the file at the end of the program!</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/java/429053/429291/re-change-the-value-of-a-double-help/#429291</guid>
      <pubDate>Wed, 22 Aug 2012 00:54:54 -0700</pubDate>
      <category>Java</category>
    </item>
  </channel>
</rss>