<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>APLICATIA3 by Lungescu Violeta</title>
      <link>https://padlet.com/violetalungescu/aplicatia3a</link>
      <description>Sa se afiseze maximul a trei valori reale x,y,z citite de la tastatura</description>
      <language>en-us</language>
      <pubDate>2015-10-28 20:20:13 UTC</pubDate>
      <lastBuildDate>2017-05-17 06:01:43 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>Alexe Victor PARTIAL BINE?</title>
         <author></author>
         <link>https://padlet.com/violetalungescu/aplicatia3a/wish/78362544</link>
         <description><![CDATA[<p>clasa a 7-a A</p><p>                    REZOLVARE</p><p>                    BEGIN</p><pre>Real x,y,z;

<span style="font-family: Menlo, Consolas, 'Courier New', monospace; font-size: 13px;">Read x,y,z;</span></pre><pre>If (x&gt;y &amp;&amp; x&gt;z) {<br>  Write x;<br>} Else If (y&gt;x &amp;&amp; y&gt;z) {
  Write y;<br>} Else If (z&gt;x &amp;&amp; z&gt;y) {
  Write z;
}
         


        //OR//

If x&gt;y &amp; x&gt;z then
    Write x;
ElseIf y&gt;x &amp; y&gt;z then
    Write y;
ElseIf z&gt;x &amp; z&gt;y then
    Write z;
End if;    
          END
</pre>]]></description>
         <enclosure url="" />
         <pubDate>2015-10-30 06:29:17 UTC</pubDate>
         <guid>https://padlet.com/violetalungescu/aplicatia3a/wish/78362544</guid>
      </item>
      <item>
         <title>Nicolae Paul 7A &amp;nbsp;PARTIAL BINE!</title>
         <author></author>
         <link>https://padlet.com/violetalungescu/aplicatia3a/wish/78363515</link>
         <description><![CDATA[<p>BEGIN</p><p>REAL x, y, z</p><p>READ x, y, z</p><p>IF x &gt; y AND x &gt; z THEN WRITE x</p><p>ELSEIF y &gt; x AND y &gt; z THEN WRITE y</p><p>ELSEIF z &gt; x AND z &gt; y THEN WRITE z</p><p>ENDIF</p><p>END</p>]]></description>
         <enclosure url="" />
         <pubDate>2015-10-30 06:44:20 UTC</pubDate>
         <guid>https://padlet.com/violetalungescu/aplicatia3a/wish/78363515</guid>
      </item>
      <item>
         <title>Anghelache Teodora (clasa 7 A) NU!&amp;nbsp;</title>
         <author>teodora_anghelache</author>
         <link>https://padlet.com/violetalungescu/aplicatia3a/wish/78476443</link>
         <description><![CDATA[<p>BEGIN</p><p>REAL x, y, z, m </p><p>READ x, y, z</p><p>m=x+y+z </p><p>IF m=maximul THEN WRITE 'DA'</p><p>IF m=maximul ELSE WRITE 'NU'</p><p>ENDIF </p><p>END</p>]]></description>
         <enclosure url="" />
         <pubDate>2015-10-30 18:27:07 UTC</pubDate>
         <guid>https://padlet.com/violetalungescu/aplicatia3a/wish/78476443</guid>
      </item>
      <item>
         <title>Popescu Diana, clasa a-7aA ???</title>
         <author></author>
         <link>https://padlet.com/violetalungescu/aplicatia3a/wish/78961870</link>
         <description><![CDATA[<p>BEGIN</p><p>REAL X,Y,Z</p><p>READ X,Y,Z</p><p>IF X&gt;Y, X&gt;Z, THEN WRITE X</p><p>ELSE Y&gt;X, Y&gt;Z, THEN WRITE Y</p><p>ELSE Z&gt;X, Z&gt;Y, THEN WRITE Z</p><p>ENDIF</p><p>END</p>]]></description>
         <enclosure url="" />
         <pubDate>2015-11-03 14:39:52 UTC</pubDate>
         <guid>https://padlet.com/violetalungescu/aplicatia3a/wish/78961870</guid>
      </item>
      <item>
         <title>Mogos Daria Ana-Maria clasa VII A ???</title>
         <author>paulyxfifa</author>
         <link>https://padlet.com/violetalungescu/aplicatia3a/wish/79593673</link>
         <description><![CDATA[<p>BEGIN<br>REAL x,y,z,a<br>READ x,y,z<br>IF x&gt;y THEN a:=x<br>             ELSE a:=y<br>END IF <br>IF z&gt;a THEN a:=z<br>WRITE a<br>END IF <br>END</p>]]></description>
         <enclosure url="" />
         <pubDate>2015-11-05 18:02:05 UTC</pubDate>
         <guid>https://padlet.com/violetalungescu/aplicatia3a/wish/79593673</guid>
      </item>
   </channel>
</rss>
