<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title> maximum of three numbers by yongjun zheng</title>
      <link>https://padlet.com/yzheng99/rff3na5oqzae</link>
      <description>maximum of three numbers</description>
      <language>en-us</language>
      <pubDate>2016-09-19 12:17:05 UTC</pubDate>
      <lastBuildDate>2021-11-22 15:31:57 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title></title>
         <author>yzheng99</author>
         <link>https://padlet.com/yzheng99/rff3na5oqzae/wish/124740376</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2016-09-19 13:52:00 UTC</pubDate>
         <guid>https://padlet.com/yzheng99/rff3na5oqzae/wish/124740376</guid>
      </item>
      <item>
         <title>Jak Turnbull</title>
         <author></author>
         <link>https://padlet.com/yzheng99/rff3na5oqzae/wish/124741237</link>
         <description><![CDATA[<div>start<br>Get first number&nbsp;<br>get second number<br>get third number<br><br>if first &gt; second<br>&nbsp;compare first and third<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if first&gt; third<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; print first<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; else&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; print third<br>else if second &gt; third<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; print second<br>else&nbsp;<br>          print third<br><br>stop<br>&nbsp; &nbsp; &nbsp;<br><br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2016-09-19 13:53:23 UTC</pubDate>
         <guid>https://padlet.com/yzheng99/rff3na5oqzae/wish/124741237</guid>
      </item>
      <item>
         <title>louis</title>
         <author></author>
         <link>https://padlet.com/yzheng99/rff3na5oqzae/wish/124741304</link>
         <description><![CDATA[<div>start<br>input first number<br>input second number<br>input third number&nbsp;<br>print first number as largest number<br>unless second number is largest number&nbsp;<br>then print second number&nbsp;<br>unless third number is largest then&nbsp;<br>print third number&nbsp;<br>unless first number is largest then print first number<br>end&nbsp;<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2016-09-19 13:53:30 UTC</pubDate>
         <guid>https://padlet.com/yzheng99/rff3na5oqzae/wish/124741304</guid>
      </item>
      <item>
         <title>Matthew</title>
         <author></author>
         <link>https://padlet.com/yzheng99/rff3na5oqzae/wish/124741361</link>
         <description><![CDATA[<div>start<br>input first number<br>input second number<br>input third number<br>if first number is greater than second number and if first number is greater than the third number print first number <br>else<br>if second number is greater than the first number and if second number is greater than third number then print second number <br>else <br>if third number is greater than the first number and if third number is greater than the second number then print third number <br>end </div>]]></description>
         <enclosure url="" />
         <pubDate>2016-09-19 13:53:36 UTC</pubDate>
         <guid>https://padlet.com/yzheng99/rff3na5oqzae/wish/124741361</guid>
      </item>
      <item>
         <title>Paul </title>
         <author></author>
         <link>https://padlet.com/yzheng99/rff3na5oqzae/wish/124741478</link>
         <description><![CDATA[<div>Start<br><br>Get first number<br>Get second number<br>Get third number<br><br>If 1&gt;2 then<br>If 1&gt;3 then<br>print first number<br>endif<br>endif<br><br>else<br><br>if 2&gt;3 then<br>print 2<br>endif<br><br>else<br>print 3<br>end</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-09-19 13:53:54 UTC</pubDate>
         <guid>https://padlet.com/yzheng99/rff3na5oqzae/wish/124741478</guid>
      </item>
      <item>
         <title>daniel</title>
         <author></author>
         <link>https://padlet.com/yzheng99/rff3na5oqzae/wish/124741529</link>
         <description><![CDATA[<div>start<br>function getmaximum()<br>// variables<br>input firstNumber;<br>input secondNumber;<br>input thirdNumber;<br><br>if firstNumber is greater than second number and the third number then<br>&nbsp; &nbsp; &nbsp; &nbsp;print firstNumber;<br><br>else if secondNumber is greater than first number&nbsp; and third number<br>&nbsp;              print secondNumber;<br><br>else&nbsp;<br>             print thirdNumber;<br><br>end<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2016-09-19 13:54:00 UTC</pubDate>
         <guid>https://padlet.com/yzheng99/rff3na5oqzae/wish/124741529</guid>
      </item>
      <item>
         <title>Peter</title>
         <author></author>
         <link>https://padlet.com/yzheng99/rff3na5oqzae/wish/124741583</link>
         <description><![CDATA[<div>Start<br>Get first number<br>Get second number<br>Get third number<br>If first number is greater than second number and third number, print first number<br>If second number is greater than first number and third number, print second number<br>Else print third number&nbsp;<br>Stop</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-09-19 13:54:05 UTC</pubDate>
         <guid>https://padlet.com/yzheng99/rff3na5oqzae/wish/124741583</guid>
      </item>
      <item>
         <title>Stuart</title>
         <author></author>
         <link>https://padlet.com/yzheng99/rff3na5oqzae/wish/124741717</link>
         <description><![CDATA[<div>start<br>input first number<br>input second number<br>input third number<br>if first number is greater than the second number and if first number greater than third number print first number<br>else<br>if second number is greater than the first number and second number is greater than third number print second number&nbsp;<br>else<br>if third number is greater than the first number and third number is greater than second number print third number<br>end</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-09-19 13:54:15 UTC</pubDate>
         <guid>https://padlet.com/yzheng99/rff3na5oqzae/wish/124741717</guid>
      </item>
      <item>
         <title>Arron</title>
         <author></author>
         <link>https://padlet.com/yzheng99/rff3na5oqzae/wish/124741914</link>
         <description><![CDATA[<div>Start<br>Input First Number<br>Input Second Number<br>Input Third Number..<br>Compare First Number to Second and Third Number.<br>If First Number is greater than Second and Third Number, Output First Number and stop.<br>Compare Second Number to Third Number<br>If Second number is greater than Third Number Output Second Number and stop.<br>Otherwise Output Third Number<br>End</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-09-19 13:54:30 UTC</pubDate>
         <guid>https://padlet.com/yzheng99/rff3na5oqzae/wish/124741914</guid>
      </item>
      <item>
         <title>John</title>
         <author></author>
         <link>https://padlet.com/yzheng99/rff3na5oqzae/wish/124742079</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2016-09-19 13:54:51 UTC</pubDate>
         <guid>https://padlet.com/yzheng99/rff3na5oqzae/wish/124742079</guid>
      </item>
      <item>
         <title>Jonathan</title>
         <author></author>
         <link>https://padlet.com/yzheng99/rff3na5oqzae/wish/124742330</link>
         <description><![CDATA[<div>start<br><br>Get first number<br>Get second number<br>Get third number<br><br>if first number is greater than second number and greater than the third number print the first number<br><br>else&nbsp;<br>If the second number is greater than the third number&nbsp;<br>print the second number<br><br>else&nbsp;<br>print the third number<br><br>End</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-09-19 13:55:06 UTC</pubDate>
         <guid>https://padlet.com/yzheng99/rff3na5oqzae/wish/124742330</guid>
      </item>
      <item>
         <title>John</title>
         <author></author>
         <link>https://padlet.com/yzheng99/rff3na5oqzae/wish/124742353</link>
         <description><![CDATA[<div>Start&nbsp;<br>Input first number </div>]]></description>
         <enclosure url="" />
         <pubDate>2016-09-19 13:55:07 UTC</pubDate>
         <guid>https://padlet.com/yzheng99/rff3na5oqzae/wish/124742353</guid>
      </item>
      <item>
         <title>John R</title>
         <author></author>
         <link>https://padlet.com/yzheng99/rff3na5oqzae/wish/124742397</link>
         <description><![CDATA[<div>Start <br>Input first number <br>Input second number<br>input third number <br> <br>if first number is larger than second number and third then print first number stop <br><br>Else If second number is greater than first number and third number then print second number stop<br><br>Else print third number stop<br><br>End</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-09-19 13:55:08 UTC</pubDate>
         <guid>https://padlet.com/yzheng99/rff3na5oqzae/wish/124742397</guid>
      </item>
      <item>
         <title>Nial</title>
         <author></author>
         <link>https://padlet.com/yzheng99/rff3na5oqzae/wish/124742907</link>
         <description><![CDATA[<div>Start<br>input first number<br>input second number&nbsp;<br>input third number&nbsp;<br><br>if first number &gt;2rd then<br>if first number &gt; 3rd<br>print first<br><br>else&nbsp;<br><br>if 2nd number &gt;3rd<br>print 2nd<br><br>else&nbsp;<br><br>print 3rd</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-09-19 13:55:47 UTC</pubDate>
         <guid>https://padlet.com/yzheng99/rff3na5oqzae/wish/124742907</guid>
      </item>
      <item>
         <title>Alec</title>
         <author></author>
         <link>https://padlet.com/yzheng99/rff3na5oqzae/wish/124743071</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2016-09-19 13:56:01 UTC</pubDate>
         <guid>https://padlet.com/yzheng99/rff3na5oqzae/wish/124743071</guid>
      </item>
      <item>
         <title>Alec</title>
         <author></author>
         <link>https://padlet.com/yzheng99/rff3na5oqzae/wish/124743086</link>
         <description><![CDATA[<div>Start<br>Get first number<br>Get second number<br>Get third number<br>If first number is &gt; second number, compare first with third<br>Else compare second with third<br>If first number is &gt; third number print first number<br>Else print third number<br>If second number is &gt; third number, print second number<br>Else print third number<br>End</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-09-19 13:56:02 UTC</pubDate>
         <guid>https://padlet.com/yzheng99/rff3na5oqzae/wish/124743086</guid>
      </item>
      <item>
         <title>Rachel</title>
         <author></author>
         <link>https://padlet.com/yzheng99/rff3na5oqzae/wish/124743451</link>
         <description><![CDATA[<div>START<br>INPUT first number<br>INPUT Second number<br>INPUT Third numer<br>IF first number&gt;second number &amp;&amp; first number&gt;thirdnumber<br>PRINT first number<br><br></div><div>ELSE IF second number&gt;first number &amp;&amp; second number&gt;third number</div><div>PRINT second number<br><br>ELSE <br>PRINT third number<br><br>END</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-09-19 13:56:45 UTC</pubDate>
         <guid>https://padlet.com/yzheng99/rff3na5oqzae/wish/124743451</guid>
      </item>
      <item>
         <title>Nico</title>
         <author></author>
         <link>https://padlet.com/yzheng99/rff3na5oqzae/wish/124743870</link>
         <description><![CDATA[<div>Start<br>Input first number<br>Input second number<br>Input third number<br>If first number is greater than second and third number, print first number<br>if second number is greater than first number and third number print second number<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2016-09-19 13:57:37 UTC</pubDate>
         <guid>https://padlet.com/yzheng99/rff3na5oqzae/wish/124743870</guid>
      </item>
      <item>
         <title>Joshua Pexton</title>
         <author></author>
         <link>https://padlet.com/yzheng99/rff3na5oqzae/wish/124749595</link>
         <description><![CDATA[<div><strong><br>pseudocode<br></strong><br></div><div>start<br>get first number<br>get second number<br>get third number<br><br>is first number equal to second number<br>yes<br>is first number equal to third number<br>yes<br>print number one<br>print number two<br>print number three<br>end<br>no<br>is first number greater than thirdnumber<br>yes<br>print first number<br>print second number<br>end<br>no<br>print third number<br>end<br><br>is first number equal to third number<br>yes<br>is first number greater than second number<br>yes<br>print first number<br>print third number<br>end<br>no<br>print second number<br>end<br><br>is second number equal to third number<br>yes<br>is second number greater to first number<br>yes<br>print second number<br>print third number<br>end<br>no<br>print first number<br>end<br><br>is first number greater than second number<br>yes<br>is first number greater than third number<br>yes<br>print first number<br>end<br>no<br>print third number<br>end<br>no<br>is second number greater than third number<br>yes<br>print second number<br>end<br>no<br>print third number<br>end<br>is first number greater than second number</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-09-19 14:05:54 UTC</pubDate>
         <guid>https://padlet.com/yzheng99/rff3na5oqzae/wish/124749595</guid>
      </item>
      <item>
         <title>&amp;nbsp; &amp;nbsp;</title>
         <author></author>
         <link>https://padlet.com/yzheng99/rff3na5oqzae/wish/124751283</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2016-09-19 14:09:14 UTC</pubDate>
         <guid>https://padlet.com/yzheng99/rff3na5oqzae/wish/124751283</guid>
      </item>
   </channel>
</rss>
