<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>Pseudocode F2C by </title>
      <link>https://padlet.com/gr17/f2c</link>
      <description>Add your pseudocode here</description>
      <language>en-us</language>
      <pubDate>2017-08-20 00:40:55 UTC</pubDate>
      <lastBuildDate>2017-08-29 00:26:44 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>Glaucia Rosas and Katherine Asega</title>
         <author>gr17</author>
         <link>https://padlet.com/gr17/f2c/wish/181740239</link>
         <description><![CDATA[<div>OUTPUT&nbsp; 'What is your name?''&nbsp;<br>INPUT user inputs their name<br>STORE the user's input in the name variable<br>OUTPUT 'Hello' + name<br>OUTPUT 'How old are you?''&nbsp;<br>INPUT user inputs their name<br>STORE the user's input in the age variable<br>IF age &gt;= 70<br>OUTPUT 'You are aged to perfection'<br>ELSE<br>OUTPUT 'You are a spring chicken!'<br>&nbsp;</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-08-20 00:41:19 UTC</pubDate>
         <guid>https://padlet.com/gr17/f2c/wish/181740239</guid>
      </item>
      <item>
         <title>OUTPUT &quot;What&#39;s your favourite food&quot; INPUT user inputs favourite food STORE user&#39;s input in the food variable OUTPUT &quot;Oh that&#39;s nice!&quot; OUTPUT &quot;What&#39;s your favourite colour?&quot; INPUT user inputs favourite colour STORE user&#39;s input in the colour variable IF colour is blue OUTPUT &quot;That&#39;s my favourite colour too! Nice choice!&quot; ELSE  OUTPUT &quot;That&#39;s not my favourite colour, but that&#39;s fine&quot; </title>
         <author></author>
         <link>https://padlet.com/gr17/f2c/wish/181895286</link>
         <description><![CDATA[<div>AMIRI</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-08-21 15:25:20 UTC</pubDate>
         <guid>https://padlet.com/gr17/f2c/wish/181895286</guid>
      </item>
      <item>
         <title>Benjamin Mizne</title>
         <author></author>
         <link>https://padlet.com/gr17/f2c/wish/181895346</link>
         <description><![CDATA[<div><em>OUTPUT 'What is your name, little fella?'</em>&nbsp;</div><div><em>INPUT user inputs their name</em>&nbsp;</div><div><em>STORE the user's input in the name</em><strong><em> </em></strong><em>variable</em>&nbsp;</div><div><em>OUTPUT 'What up,' + name</em>&nbsp;</div><div><em>OUTPUT 'What was the score last night? I don’t get cable TV'</em>&nbsp;</div><div><em>INPUT user inputs their answer</em>&nbsp;</div><div><em>STORE the user's answer in the score variable</em>&nbsp;</div><div><em>IF score &gt;= 1 THEN</em>&nbsp;</div><div><em>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;OUTPUT 'Awesome!'</em>&nbsp;</div><div><em>ELSE</em>&nbsp;</div><div><em>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;OUTPUT 'That's too bad. Sorry for wasting your time.'</em></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-08-21 15:25:32 UTC</pubDate>
         <guid>https://padlet.com/gr17/f2c/wish/181895346</guid>
      </item>
      <item>
         <title>Isadora</title>
         <author></author>
         <link>https://padlet.com/gr17/f2c/wish/181895445</link>
         <description><![CDATA[<div><em>OUTPUT&nbsp; "what's your favourite pet?"</em>&nbsp;</div><div><em>INPUT user inputs favourite pet</em>&nbsp;</div><div><em>STORE the users input pet variable</em>&nbsp;</div><div><em>OUTPUT "really?! That my favourite one too!"</em>&nbsp;</div><div><em>OUTPUT "what's your favourite food?"</em>&nbsp;</div><div><em>INPUT user inputs favourite food</em>&nbsp;</div><div><em>STORE users input in the food variable</em>&nbsp;</div><div><em>IF&nbsp; food is not my favourite food</em>&nbsp;</div><div><em>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;OUTPUT "oh that’s a shame we don’t have the same"</em>&nbsp;</div><div><em>ELSE</em>&nbsp;</div><div><em>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;OUTPUT "YAY WE HAVE SOMEGTING IN COMMON!!!!"</em>&nbsp;</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-08-21 15:25:53 UTC</pubDate>
         <guid>https://padlet.com/gr17/f2c/wish/181895445</guid>
      </item>
      <item>
         <title>Dongwon yoo (david)</title>
         <author>smartdongwon</author>
         <link>https://padlet.com/gr17/f2c/wish/181896112</link>
         <description><![CDATA[<div><em>OUTPUT&nbsp; &nbsp; &nbsp;</em>'What is your form?'&nbsp;</div><div><em>INPUT&nbsp; &nbsp; &nbsp;</em>user inputs their name&nbsp;</div><div><em>STORE&nbsp; &nbsp; &nbsp;</em>the user's input in the <strong>form </strong>variable&nbsp;</div><div><em>OUTPUT&nbsp; &nbsp; &nbsp;</em>'Hello' + form&nbsp;</div><div><em>OUTPUT </em>&nbsp; &nbsp; 'What grade did you get in the math test? 1 is the worst, 10 is the best.'&nbsp;</div><div><em>INPUT&nbsp; &nbsp; &nbsp;</em>user inputs their grade. &nbsp; &nbsp;</div><div><em>STORE&nbsp; &nbsp; &nbsp;</em>the user's in put in the <strong>grade </strong>variable<em> </em>&nbsp;</div><div><em>IF&nbsp; &nbsp; &nbsp;</em>grade &gt;= 6 THEN&nbsp;</div><div><em>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;OUTPUT&nbsp; &nbsp; &nbsp;</em>'good job! Keep it up!!!'&nbsp; &nbsp;&nbsp;</div><div><em>ELSE</em>&nbsp;</div><div><em>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;OUTPUT&nbsp; &nbsp; </em>&nbsp;'Come on, you can do better'&nbsp; &nbsp;</div><div>&nbsp;<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-08-21 15:28:35 UTC</pubDate>
         <guid>https://padlet.com/gr17/f2c/wish/181896112</guid>
      </item>
      <item>
         <title>  OUTPUT: Do you like cake? INPUT: Yes STORE: Yes or No OUTPUT: I like chocolate cake OUTPUT: Which flavor of cake is your favorite? INPUT : Mine is strawberry cake STORE: Flavor of your choice IF you like chocolate cake           OUTPUT: Yay ELSE          OUTPUT: Nay  </title>
         <author></author>
         <link>https://padlet.com/gr17/f2c/wish/181896544</link>
         <description><![CDATA[<div>NINA and LEYRE</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-08-21 15:30:16 UTC</pubDate>
         <guid>https://padlet.com/gr17/f2c/wish/181896544</guid>
      </item>
      <item>
         <title>Daniel Rocha and Bruno de Cunto</title>
         <author></author>
         <link>https://padlet.com/gr17/f2c/wish/181896915</link>
         <description><![CDATA[<div>&nbsp;</div><div><em>OUTPUT – ingredients you need to make brigadeiro.</em>&nbsp;</div><div><em>INPUT – ingredients</em>&nbsp;</div><div><em>STORE - input into varible ingredients </em>&nbsp;</div><div><em>OUTPUT – What do you do next</em>&nbsp;</div><div><em>INPUT – answer next instruction</em>&nbsp;</div><div><em>OUTPUT –what next</em>&nbsp;</div><div><em>INPUT – Instruction store brigadeiro </em>&nbsp;</div><div><em>IF – brigadeiro = EAT</em>&nbsp;</div><div><em>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;OUTPUT- Yummmmmmmmmmmmy</em>&nbsp;</div><div><em>ELSE </em>&nbsp;</div><div><em>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;OUTPUT - YOU MONSTR </em>&nbsp;</div><div>&nbsp;</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-08-21 15:31:47 UTC</pubDate>
         <guid>https://padlet.com/gr17/f2c/wish/181896915</guid>
      </item>
      <item>
         <title>Paula and Olivia</title>
         <author></author>
         <link>https://padlet.com/gr17/f2c/wish/181897545</link>
         <description><![CDATA[<div><em>OUTPUT: What school do you go to?</em>&nbsp;</div><div><em>INPUT: user will input the name of school</em>&nbsp;</div><div><em>STORE:&nbsp; great you must love "NAME OF SCHOOL"</em>&nbsp;</div><div><em>OUTPUT</em>&nbsp;</div><div><em>OUTPUT: </em>What is your favourite number?&nbsp;</div><div><em>INPUT: user will input their favoutite numeber?</em>&nbsp;</div><div><em>STORE: </em>great you love the number "favourite number"&nbsp;</div><div><em>IF&nbsp; if you like the number 7</em>&nbsp;</div><div><em>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;OUTPUT 7</em>&nbsp;</div><div><em>ELSE </em>&nbsp;</div><div><em>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;OUTPUT&nbsp; other number</em>&nbsp;</div><div>`&nbsp;</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-08-21 15:34:01 UTC</pubDate>
         <guid>https://padlet.com/gr17/f2c/wish/181897545</guid>
      </item>
      <item>
         <title>Renato Nahas</title>
         <author></author>
         <link>https://padlet.com/gr17/f2c/wish/181920762</link>
         <description><![CDATA[<div><em>OUTPUT: How old are you</em></div><div><em>INPUT: User will input te age</em></div><div><em>STORE: Great you must be " A big boy now"</em></div><div><em>OUTPUT</em></div><div><em>OUTPUT: Do you play football&nbsp;</em></div><div><em>INPUT: User will answer if he plays football</em></div><div><em>STORE: I also play football</em></div><div><em>IF: You like football</em></div><div><em>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;OUTPUT: Yes</em></div><div><em>ELSE</em></div><div><em>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;OUTPUT No</em></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-08-21 17:10:52 UTC</pubDate>
         <guid>https://padlet.com/gr17/f2c/wish/181920762</guid>
      </item>
      <item>
         <title>Sofia and Priscila</title>
         <author></author>
         <link>https://padlet.com/gr17/f2c/wish/183078124</link>
         <description><![CDATA[<div>OUTPUT 'what is your favorite color?' INPUT user inputs favorite color STORE stores the users input color variable OUTPUT 'how nice! That close to mine.' OUTPUT 'So what is your favorite pet?' INPUT user inputs favorite pet. STORE users inputs favorite pet variable IF pet is rodent OUTPUT Buy another one ELSE OUTPUT mine toooooo</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-08-28 11:20:46 UTC</pubDate>
         <guid>https://padlet.com/gr17/f2c/wish/183078124</guid>
      </item>
      <item>
         <title>OUTPUT &#39;what is your favorite color?&#39;INPUT user inputs favorite colorSTORE stores the users input color variableOUTPUT &#39;how nice! That close to mine.&#39;OUTPUT &#39;So what is your favorite pet?&#39;INPUT user inputs favorite pet.STORE users inputs favorite pet variableIF pet is rodentOUTPUT Buy another oneELSEOUTPUT mine toooooooo</title>
         <author></author>
         <link>https://padlet.com/gr17/f2c/wish/183078174</link>
         <description><![CDATA[<div>&nbsp;<br><br>Stephanie</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-08-28 11:21:14 UTC</pubDate>
         <guid>https://padlet.com/gr17/f2c/wish/183078174</guid>
      </item>
      <item>
         <title>Ricardo</title>
         <author></author>
         <link>https://padlet.com/gr17/f2c/wish/183078349</link>
         <description><![CDATA[<div><em>OUTPUT: “What’s your name li’l fella”</em></div><div><em>INPUT: User puts in name</em></div><div><em>STORE: user puts in name variable.</em></div><div><em>OUTPUT: Ok (name)</em></div><div><em>OUTPUT: What do you want to learn?</em></div><div><em>INPUT : User Says what he wants to do</em></div><div><em>STORE: User puts in what they want to do variable</em></div><div><em>IF : User says nothing</em></div><div><em>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;OUTPUT: choose something</em></div><div><em>ELSE: He will go to page on google</em></div><div><em>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;OUTPUT: Sending you to (What user wants)</em></div><div>&nbsp;</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-08-28 11:22:50 UTC</pubDate>
         <guid>https://padlet.com/gr17/f2c/wish/183078349</guid>
      </item>
   </channel>
</rss>
