<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>'need help! simple counting programm' Thread RSS Feed</title>
    <link>http://www.programmersheaven.com/</link>
    <description>Contains the latest posts from the thread 'need help! simple counting programm' posted on the 'Pascal' forum at Programmer's Heaven.</description>
    <language>en</language>
    <copyright>Copyright 2012 Programmers Heaven</copyright>
    <pubDate>Wed, 23 May 2012 22:45:37 -0700</pubDate>
    <lastBuildDate>Wed, 23 May 2012 22:45:37 -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>need help! simple counting programm</title>
      <link>http://www.programmersheaven.com/mb/pasprog/427016/427016/need-help-simple-counting-programm/</link>
      <description>so i am beginer and just studying all this things and i would like to get help, if anyone can help me :) so there is the thing:&lt;br /&gt;
Programm looks like this:&lt;br /&gt;
&lt;br /&gt;
program program1;&lt;br /&gt;
var a, b:integer;&lt;br /&gt;
begin&lt;br /&gt;
b:=0;&lt;br /&gt;
for a:=100 downto 1 do&lt;br /&gt;
b:=b+a;&lt;br /&gt;
writeln('number summ from 1 to 100 is: ',b);&lt;br /&gt;
readln;&lt;br /&gt;
end.&lt;br /&gt;
&lt;br /&gt;
and i want to add to this program 1 feature; so how to get this program that it makes sum from 1 to 100 but doesnt counts in number which contains 7, like 7; 17; 37; 72 ... &lt;br /&gt;
so the thing is that i need to count all numbers (1 to 100) in summ but without those ones who contains 7&lt;br /&gt;
&lt;br /&gt;
any help would be good :)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/pasprog/427016/427016/need-help-simple-counting-programm/</guid>
      <pubDate>Thu, 26 Jan 2012 02:17:36 -0700</pubDate>
      <category>Pascal</category>
    </item>
  </channel>
</rss>
