<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>Task 1 by yongjun zheng</title>
      <link>https://padlet.com/yzheng99/jexamp7lp8fy</link>
      <description>Using Java’s syntax, write an expression that checks if x, y and z are all true (without using the == operator)</description>
      <language>en-us</language>
      <pubDate>2016-09-28 08:21:27 UTC</pubDate>
      <lastBuildDate>2022-06-10 08:03:20 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>Matthew</title>
         <author></author>
         <link>https://padlet.com/yzheng99/jexamp7lp8fy/wish/127873543</link>
         <description><![CDATA[<div>boolean x,y,z<br>x=true<br>y=true<br>z=false<br>if(x&amp;&amp;y&amp;&amp;z</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-10-03 13:46:16 UTC</pubDate>
         <guid>https://padlet.com/yzheng99/jexamp7lp8fy/wish/127873543</guid>
      </item>
      <item>
         <title>Paul</title>
         <author></author>
         <link>https://padlet.com/yzheng99/jexamp7lp8fy/wish/127873622</link>
         <description><![CDATA[<div>boolean x,y,z;<br><br>x=true;<br><br>y=true;<br><br>z=true;<br><br>if((x != false) &amp;&amp; (y != false) &amp;&amp; (z != false)){<br><br>System.out.println("They are true");<br><br>}<br>else{<br><br>System.out.println("At least one is false");<br><br>}</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-10-03 13:46:30 UTC</pubDate>
         <guid>https://padlet.com/yzheng99/jexamp7lp8fy/wish/127873622</guid>
      </item>
      <item>
         <title>Rachel</title>
         <author></author>
         <link>https://padlet.com/yzheng99/jexamp7lp8fy/wish/127873637</link>
         <description><![CDATA[<div>	boolean x,y,z;
<br>		x=true;
<br>		y=true;
<br>		z=false;
<br>		if(x&amp;&amp;y&amp;&amp;z!=false){
<br>			System.out.println("They are true");
<br>			
<br>		}
<br>		else{
<br>			System.out.println("False");
<br>		}<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2016-10-03 13:46:33 UTC</pubDate>
         <guid>https://padlet.com/yzheng99/jexamp7lp8fy/wish/127873637</guid>
      </item>
      <item>
         <title>Jonathan</title>
         <author></author>
         <link>https://padlet.com/yzheng99/jexamp7lp8fy/wish/127873666</link>
         <description><![CDATA[<div><br>boolean x,y,z<br><br>x = true;<br>y=false<br>z=true;<br><br>if(x&amp;&amp;y&amp;&amp;z==true){<br>System.out.println("They're true")<br>}<br>else{<br>System.out.println("They're False")<br>}</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-10-03 13:46:36 UTC</pubDate>
         <guid>https://padlet.com/yzheng99/jexamp7lp8fy/wish/127873666</guid>
      </item>
      <item>
         <title>Alec</title>
         <author></author>
         <link>https://padlet.com/yzheng99/jexamp7lp8fy/wish/127873678</link>
         <description><![CDATA[<div>boolean x,y,z;<br>x = true;<br>y=true;<br>z=false;<br>if (x<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2016-10-03 13:46:38 UTC</pubDate>
         <guid>https://padlet.com/yzheng99/jexamp7lp8fy/wish/127873678</guid>
      </item>
      <item>
         <title>Daniel</title>
         <author></author>
         <link>https://padlet.com/yzheng99/jexamp7lp8fy/wish/127873689</link>
         <description><![CDATA[<div><br>// DECLARING VARIABLES<br>boolean x = true;<br>boolean y = true;<br>boolean z = false;<br><br><br>// CONDITONAL STATEMENT<br>if((x &amp;&amp; y &amp;&amp; z == true)&nbsp;<br>{&nbsp;<br>&nbsp; &nbsp;System.out.println ("They are true");<br>}<br>else&nbsp;<br>if (x&amp;&amp;y&amp;&amp;z == false)&nbsp;<br><br>{<br>System.out.println ("One is false);<br>}<br><br><br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2016-10-03 13:46:39 UTC</pubDate>
         <guid>https://padlet.com/yzheng99/jexamp7lp8fy/wish/127873689</guid>
      </item>
      <item>
         <title>Arron</title>
         <author></author>
         <link>https://padlet.com/yzheng99/jexamp7lp8fy/wish/127873737</link>
         <description><![CDATA[<div>Boolean x,y,z;<br><br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2016-10-03 13:46:47 UTC</pubDate>
         <guid>https://padlet.com/yzheng99/jexamp7lp8fy/wish/127873737</guid>
      </item>
      <item>
         <title>Nico</title>
         <author></author>
         <link>https://padlet.com/yzheng99/jexamp7lp8fy/wish/127873771</link>
         <description><![CDATA[<div>boolean x,y,z;<br>x=true;<br>y=true;<br>z=true;<br><br>if(x!=false&amp;&amp;y!=false&amp;&amp;z!=false){<br>System.out.println("They are true");<br>}<br>else{<br>System.out.println("They are false");<br>}</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-10-03 13:46:52 UTC</pubDate>
         <guid>https://padlet.com/yzheng99/jexamp7lp8fy/wish/127873771</guid>
      </item>
      <item>
         <title>Kewin</title>
         <author></author>
         <link>https://padlet.com/yzheng99/jexamp7lp8fy/wish/127873777</link>
         <description><![CDATA[<div>//Declaration<br>boolean x = TRUE;<br>boolean y = TRUE;<br>boolean z = FALSE;<br><br>if(x&amp;&amp;y&amp;&amp;z)<br>{<br>System.out.println("TRUE")<br>}</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-10-03 13:46:54 UTC</pubDate>
         <guid>https://padlet.com/yzheng99/jexamp7lp8fy/wish/127873777</guid>
      </item>
      <item>
         <title>Stuar</title>
         <author></author>
         <link>https://padlet.com/yzheng99/jexamp7lp8fy/wish/127873836</link>
         <description><![CDATA[<div>boolean x,y,z;<br><br>x= true<br>y= true<br>z= false<br><br>if(x</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-10-03 13:47:04 UTC</pubDate>
         <guid>https://padlet.com/yzheng99/jexamp7lp8fy/wish/127873836</guid>
      </item>
      <item>
         <title>Peter</title>
         <author></author>
         <link>https://padlet.com/yzheng99/jexamp7lp8fy/wish/127874031</link>
         <description><![CDATA[<div>boolean x,y,z;<br><br>x=true;<br>y=true;<br>z=false;<br><br>if(x&amp;&amp;y&amp;&amp;z!=false){<br><br>System.out.println("All are true");<br>}<br><br>else{<br><br>System.out.println("Not all are true");<br>}</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-10-03 13:47:29 UTC</pubDate>
         <guid>https://padlet.com/yzheng99/jexamp7lp8fy/wish/127874031</guid>
      </item>
      <item>
         <title>What&#39;s a Java?</title>
         <author></author>
         <link>https://padlet.com/yzheng99/jexamp7lp8fy/wish/127874833</link>
         <description><![CDATA[<div>boolean x, y, z;<br><br>x=true;<br><br>y=true;<br><br>z=false;<br><br>if(x&amp;&amp;y&amp;&amp;z!=false);<br>system.out.println("true");<br><br>else system.out.println("false");</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-10-03 13:49:27 UTC</pubDate>
         <guid>https://padlet.com/yzheng99/jexamp7lp8fy/wish/127874833</guid>
      </item>
      <item>
         <title>Ray</title>
         <author></author>
         <link>https://padlet.com/yzheng99/jexamp7lp8fy/wish/290677292</link>
         <description><![CDATA[<div>public class checks{<br><br>&nbsp; &nbsp; &nbsp;public static void main(String []args){<br>&nbsp; &nbsp; &nbsp; &nbsp; boolean x,y,z;<br>&nbsp; &nbsp; &nbsp; &nbsp; x=true;<br>&nbsp; &nbsp; &nbsp; &nbsp; y=false;<br>&nbsp; &nbsp; &nbsp; &nbsp; z=true;<br>&nbsp; &nbsp; &nbsp; &nbsp; if(x&amp;&amp;y&amp;&amp;z){<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; System.out.println("they are all true");<br>&nbsp; &nbsp; &nbsp; &nbsp; }<br>&nbsp; &nbsp; &nbsp; &nbsp; else{<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;System.out.println("they are not all true");<br>&nbsp; &nbsp; &nbsp; &nbsp; }<br>&nbsp; &nbsp; &nbsp;}<br>}<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2018-10-09 12:13:28 UTC</pubDate>
         <guid>https://padlet.com/yzheng99/jexamp7lp8fy/wish/290677292</guid>
      </item>
   </channel>
</rss>
