<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>'I need your help.total noob. plz help' Thread RSS Feed</title>
    <link>http://www.programmersheaven.com/</link>
    <description>Contains the latest posts from the thread 'I need your help.total noob. plz help' posted on the 'Pascal' forum at Programmer's Heaven.</description>
    <language>en</language>
    <copyright>Copyright 2013 Programmers Heaven</copyright>
    <pubDate>Sat, 18 May 2013 11:01:11 -0700</pubDate>
    <lastBuildDate>Sat, 18 May 2013 11:01:11 -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>I need your help.total noob. plz help</title>
      <link>http://www.programmersheaven.com/mb/pasprog/425561/425561/i-need-your-helptotal-noob-plz-help/</link>
      <description>For example you enter number 30 and you need to find the closest smaller factorial to number 30 which is 24&lt;br /&gt;
&lt;br /&gt;
var&lt;br /&gt;
Counter,x, Factorial: integer;&lt;br /&gt;
begin&lt;br /&gt;
readln (x);&lt;br /&gt;
Counter:=0;&lt;br /&gt;
Factorial := 1;&lt;br /&gt;
while Factorial &amp;lt; x do&lt;br /&gt;
repeat&lt;br /&gt;
Counter:=Counter+1;&lt;br /&gt;
Factorial := Factorial * Counter;&lt;br /&gt;
Dec(Counter);&lt;br /&gt;
until Counter = 0;&lt;br /&gt;
WriteLn(Factorial);&lt;br /&gt;
readln;&lt;br /&gt;
end.&lt;br /&gt;
this what I was triing but nothing works&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/pasprog/425561/425561/i-need-your-helptotal-noob-plz-help/</guid>
      <pubDate>Thu, 03 Nov 2011 14:50:26 -0700</pubDate>
      <category>Pascal</category>
    </item>
  </channel>
</rss>