<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>TESTARE by Lungescu Violeta</title>
      <link>https://padlet.com/violetalungescu/testare2</link>
      <description>NUMARUL 2</description>
      <language>en-us</language>
      <pubDate>2016-04-07 19:59:07 UTC</pubDate>
      <lastBuildDate>2016-04-07 20:18:11 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url>https://padlet-assets.storage.googleapis.com/portrait/sticky.jpg</url>
      </image>
      <item>
         <title>PROBLEMA 1</title>
         <author>violetalungescu</author>
         <link>https://padlet.com/violetalungescu/testare2/wish/104695930</link>
         <description><![CDATA[<div>Fie urmatoarea secventa de program:<br>&nbsp;<br>&nbsp;write ('j='); readln (j);<br>&nbsp;write ('y='); readln (y);<br>&nbsp;while j&lt;=8 do begin<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; y:=y*5;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; j:=j+1;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; end;<br>&nbsp;writeln (j, ',', y);<br>&nbsp;<br>&nbsp;Cerinte:<br>&nbsp;a) Rescrieti urmatoarea secventa de program astfel incat sa folositi instructiunea REPEAT UNTIL.<br>&nbsp;b) Ce va afisa programul daca y=1 si j=6?<br>&nbsp;c) Care sunt valorile initiale pentru j si y daca programul afiseaza &nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;10,5 &nbsp;</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-04-07 20:03:44 UTC</pubDate>
         <guid>https://padlet.com/violetalungescu/testare2/wish/104695930</guid>
      </item>
      <item>
         <title>PROBLEMA 2</title>
         <author>violetalungescu</author>
         <link>https://padlet.com/violetalungescu/testare2/wish/104697608</link>
         <description><![CDATA[<div>Folosind programul de calcul al sumei: S=1+2+3+...+n, unde n este numar natural citit de la tastatura:<br>&nbsp;<br>&nbsp;program suma;<br>&nbsp;var S,i,n:integer;<br>&nbsp;begin<br>&nbsp;write('n='); readln(n);<br>&nbsp;S:=0;<br>&nbsp;for i:=1 to n do S:=S+i;<br>&nbsp;writeln('Suma este:', S);<br>&nbsp;readln;<br>&nbsp;end.<br>&nbsp;<br>&nbsp;Scrieti un program care sa calculeze suma:<br>&nbsp;S=1/1+1/2+1/3+...+1/(n-1), unde n este numar natural citit de la tastatura.</div><div>&nbsp; &nbsp;<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2016-04-07 20:16:54 UTC</pubDate>
         <guid>https://padlet.com/violetalungescu/testare2/wish/104697608</guid>
      </item>
   </channel>
</rss>
