<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>Input 1 to 1000, total the number and display the answer  by sajna</title>
      <link>https://padlet.com/sajnabnew/v4xqiq9iv792</link>
      <description></description>
      <language>en-us</language>
      <pubDate>2020-04-05 05:14:37 UTC</pubDate>
      <lastBuildDate>2024-10-01 19:19:16 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>kalp</title>
         <author></author>
         <link>https://padlet.com/sajnabnew/v4xqiq9iv792/wish/714128811</link>
         <description><![CDATA[<div>step 1: start<br>step 2: initialize x<br>step 3: x=sum(1 : 1000)<br>step 4: display x<br>step 5: stop</div>]]></description>
         <enclosure url="" />
         <pubDate>2020-09-02 06:25:41 UTC</pubDate>
         <guid>https://padlet.com/sajnabnew/v4xqiq9iv792/wish/714128811</guid>
      </item>
      <item>
         <title>Adil</title>
         <author></author>
         <link>https://padlet.com/sajnabnew/v4xqiq9iv792/wish/714128908</link>
         <description><![CDATA[<div>X=1<br>y=0<br>for 1 to 1000<br>y=y+x<br>x=x+1<br>end for<br>print y<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2020-09-02 06:25:45 UTC</pubDate>
         <guid>https://padlet.com/sajnabnew/v4xqiq9iv792/wish/714128908</guid>
      </item>
      <item>
         <title>mariam khalifa</title>
         <author></author>
         <link>https://padlet.com/sajnabnew/v4xqiq9iv792/wish/714129570</link>
         <description><![CDATA[<div>counter = 0 , Num(1000), Total = 0<br>for counter = 1 to 1000<br>INPUT Num(counter)<br>Total = Total+ Num(counter)  <br>NEXT <br>OUTPUT Total<br><br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2020-09-02 06:26:12 UTC</pubDate>
         <guid>https://padlet.com/sajnabnew/v4xqiq9iv792/wish/714129570</guid>
      </item>
      <item>
         <title>Taher</title>
         <author></author>
         <link>https://padlet.com/sajnabnew/v4xqiq9iv792/wish/714130356</link>
         <description><![CDATA[<div>start the program<br>initialize X=0<br>input values X=1-1000<br>add the values<br>show answer<br>End.<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2020-09-02 06:26:41 UTC</pubDate>
         <guid>https://padlet.com/sajnabnew/v4xqiq9iv792/wish/714130356</guid>
      </item>
      <item>
         <title>jane</title>
         <author></author>
         <link>https://padlet.com/sajnabnew/v4xqiq9iv792/wish/714131854</link>
         <description><![CDATA[<div>sum = 0 </div><div>for i in range(1,1001): </div><div>	sum += i </div><div>print(sum) </div>]]></description>
         <enclosure url="" />
         <pubDate>2020-09-02 06:27:34 UTC</pubDate>
         <guid>https://padlet.com/sajnabnew/v4xqiq9iv792/wish/714131854</guid>
      </item>
      <item>
         <title>mohammad o</title>
         <author></author>
         <link>https://padlet.com/sajnabnew/v4xqiq9iv792/wish/714133067</link>
         <description><![CDATA[<div>step 1:start<br>step2:input value 1-1000<br>step 3:sum the value number<br>step 4:display answer<br>step 5:stop</div>]]></description>
         <enclosure url="" />
         <pubDate>2020-09-02 06:28:23 UTC</pubDate>
         <guid>https://padlet.com/sajnabnew/v4xqiq9iv792/wish/714133067</guid>
      </item>
      <item>
         <title>Bilal</title>
         <author>bilalelkhouly</author>
         <link>https://padlet.com/sajnabnew/v4xqiq9iv792/wish/714135007</link>
         <description><![CDATA[<div>Step 1: Start<br>Step 2: initialise X as 0<br>Step 3: input value to X <br>Step 4: X= 1 to 1000<br>Step 5: sum(X)<br>Step 6: Display X<br>Step 7: Stop</div>]]></description>
         <enclosure url="" />
         <pubDate>2020-09-02 06:29:34 UTC</pubDate>
         <guid>https://padlet.com/sajnabnew/v4xqiq9iv792/wish/714135007</guid>
      </item>
      <item>
         <title>maryam junaid</title>
         <author></author>
         <link>https://padlet.com/sajnabnew/v4xqiq9iv792/wish/714135610</link>
         <description><![CDATA[<div>step 1: start<br>step 2:</div>]]></description>
         <enclosure url="" />
         <pubDate>2020-09-02 06:29:59 UTC</pubDate>
         <guid>https://padlet.com/sajnabnew/v4xqiq9iv792/wish/714135610</guid>
      </item>
      <item>
         <title>maryam junaid</title>
         <author>maryamjx07</author>
         <link>https://padlet.com/sajnabnew/v4xqiq9iv792/wish/714138094</link>
         <description><![CDATA[<div>step 1: start <br>step 2: initialize x <br>step 3: input value x = 1 to 1000<br>step 4: sum of x <br>step 5: display x<br>step 6: stop</div>]]></description>
         <enclosure url="" />
         <pubDate>2020-09-02 06:31:32 UTC</pubDate>
         <guid>https://padlet.com/sajnabnew/v4xqiq9iv792/wish/714138094</guid>
      </item>
      <item>
         <title>mohamed </title>
         <author>mohamedtamer057</author>
         <link>https://padlet.com/sajnabnew/v4xqiq9iv792/wish/714138410</link>
         <description><![CDATA[<div><br><br></div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/375175767/4af60f4975e8294a82cd8698c10dec25/Screen_Shot_2020_09_02_at_10_57_02_AM.png" />
         <pubDate>2020-09-02 06:31:46 UTC</pubDate>
         <guid>https://padlet.com/sajnabnew/v4xqiq9iv792/wish/714138410</guid>
      </item>
      <item>
         <title>Ahmed </title>
         <author></author>
         <link>https://padlet.com/sajnabnew/v4xqiq9iv792/wish/714142292</link>
         <description><![CDATA[<div>start<br>initialise x as -<br>input value to x=1 to </div>]]></description>
         <enclosure url="" />
         <pubDate>2020-09-02 06:34:02 UTC</pubDate>
         <guid>https://padlet.com/sajnabnew/v4xqiq9iv792/wish/714142292</guid>
      </item>
      <item>
         <title>Sajna</title>
         <author>sajnabnew</author>
         <link>https://padlet.com/sajnabnew/v4xqiq9iv792/wish/714146361</link>
         <description><![CDATA[<div>Step 1: x=0. Count=1<br>step 2: x=x+count<br>step 3: display x<br>step 4: count=count+1<br>step 5: if count&lt; 1000 <br>step 6:go to step 2<br>step 7: stop</div>]]></description>
         <enclosure url="" />
         <pubDate>2020-09-02 06:36:38 UTC</pubDate>
         <guid>https://padlet.com/sajnabnew/v4xqiq9iv792/wish/714146361</guid>
      </item>
   </channel>
</rss>
