<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title> by Debra M. Duke</title>
      <link>https://padlet.com/debra_duke/raf5rz0h2uvo</link>
      <description></description>
      <language>en-us</language>
      <pubDate>2016-01-11 13:56:54 UTC</pubDate>
      <lastBuildDate>2025-12-01 23:12:48 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>What is the output of the OperatorTest program?</title>
         <author>debra_duke</author>
         <link>https://padlet.com/debra_duke/raf5rz0h2uvo/wish/88630211</link>
         <description><![CDATA[<p>public class OperatorTest {<br><br>    public static void main( String [ ] args )<br>    {<br>        int a = 12, b = 8, c = 6;<br><br>        System.out.println( a + " " + b + " " +  c );<br>        a = c;<br>        System.out.println( a + " " + b + " " +  c );<br>        c += b;<br>        System.out.println( a + " " + b + " " +  c );<br>        a = b + c;<br>        System.out.println( a + " " + b + " " +  c );<br>        a++;<br>        ++b;<br>        c = a++ + ++b;<br>        System.out.println( a + " " + b + " " +  c );<br>    }<br>}</p>]]></description>
         <enclosure url="" />
         <pubDate>2016-01-11 13:57:15 UTC</pubDate>
         <guid>https://padlet.com/debra_duke/raf5rz0h2uvo/wish/88630211</guid>
      </item>
   </channel>
</rss>
