<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>OPERATORS AND EXPRESSIONS IN JAVA by Shameem Singh</title>
      <link>https://padlet.com/shameemsingh/1bhniczmm98v7jiz</link>
      <description>CLASS 8</description>
      <language>en-us</language>
      <pubDate>2020-07-22 05:43:52 UTC</pubDate>
      <lastBuildDate>2023-03-25 03:19:16 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url>https://padlet.net/icons/png/1f333.png</url>
      </image>
      <item>
         <title>Define an operator with example ?</title>
         <author>shameemsingh</author>
         <link>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/660028593</link>
         <description><![CDATA[<div>+, -, &gt;, ? %</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/629732204/3c0f619e96de3fdf9a5f2bc07bb91648/What_is_an_operator__.mp3" />
         <pubDate>2020-07-22 11:08:45 UTC</pubDate>
         <guid>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/660028593</guid>
      </item>
      <item>
         <title>Define an operand.</title>
         <author>shameemsingh</author>
         <link>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/660029291</link>
         <description><![CDATA[<div>Variables or constants on which the operators work. <br>Ex. A, 10, B, sum, x,y , 6.89</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/629732204/632e8416afdaa04353d3c8bfc5e4dae8/What_is_an_operand_.mp3" />
         <pubDate>2020-07-22 11:10:41 UTC</pubDate>
         <guid>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/660029291</guid>
      </item>
      <item>
         <title>Define an expression with example.</title>
         <author>shameemsingh</author>
         <link>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/660031270</link>
         <description><![CDATA[<div>A combination of valid java identifiers, constants, functions and operators that gives a specific result is called an expression.<br>Example :  a= b+c-d<br>or  x= y*y +  z*z  or  y =x/3</div>]]></description>
         <enclosure url="" />
         <pubDate>2020-07-22 11:15:14 UTC</pubDate>
         <guid>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/660031270</guid>
      </item>
      <item>
         <title></title>
         <author>shameemsingh</author>
         <link>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/660034905</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/629732204/de352277bb17e891b3713f9c6900eb0f/operators.JPG" />
         <pubDate>2020-07-22 11:25:17 UTC</pubDate>
         <guid>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/660034905</guid>
      </item>
      <item>
         <title>What is a binary operator?</title>
         <author>shameemsingh</author>
         <link>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/660035101</link>
         <description><![CDATA[<div>+, -, %, *, /, &gt;, &lt; ,=, ==,!=</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/629732204/b7c955f06c814e50c5e55ee86991ff4f/audio.mp3" />
         <pubDate>2020-07-22 11:25:54 UTC</pubDate>
         <guid>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/660035101</guid>
      </item>
      <item>
         <title>An assignment operator assigns or stores a value .For example - C=A+B.where is equal to sign is the assignment operator.</title>
         <author>palakyadav5nov2006</author>
         <link>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/670939605</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2020-08-06 03:41:29 UTC</pubDate>
         <guid>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/670939605</guid>
      </item>
      <item>
         <title>OPERATORS USED TO ASSIGN VALUES OF AN EXPRESSION TO AN OPERAND. </title>
         <author>prakharyadav6oct2006</author>
         <link>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/670939637</link>
         <description><![CDATA[<div>THEY ARE USED TO ASSIGN VALUES TO A VARIABLE. The left side operand of the <strong>assignment operator</strong> is a variable and right side operand of the <strong>assignment operator</strong> is a value. <br>EXAMPLE OF IT IS - int Y = 15.<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2020-08-06 03:41:31 UTC</pubDate>
         <guid>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/670939637</guid>
      </item>
      <item>
         <title>It assigns a value on the right hand side of an expression. </title>
         <author>utkarshgupta25jan2008</author>
         <link>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/670939721</link>
         <description><![CDATA[<div>Example: int a=234,<br>But a+b=c is wrong.<br>We can write it as c=a+b<br>= operator is the assignment operator.</div>]]></description>
         <enclosure url="" />
         <pubDate>2020-08-06 03:41:38 UTC</pubDate>
         <guid>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/670939721</guid>
      </item>
      <item>
         <title>Answer:</title>
         <author>devarchitsingh2mar2007</author>
         <link>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/670939734</link>
         <description><![CDATA[<div>Assignment operator assigns a value to the operand on the right-side of the expression. Example: int a=15, double interest=19.6. in this = is the assignment operator.</div>]]></description>
         <enclosure url="" />
         <pubDate>2020-08-06 03:41:38 UTC</pubDate>
         <guid>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/670939734</guid>
      </item>
      <item>
         <title>ASSIGNMENT OPERATOR  </title>
         <author>eklavyarudra10jan2007</author>
         <link>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/670939872</link>
         <description><![CDATA[<div>THIS OPERATOR ASSIGNS A VALUE ON THE RIGHT HAND SIDE OF A EXPRESSION TO THE OPERAND ON THE LEFT HAND SIDE <br>EG- X=25 </div>]]></description>
         <enclosure url="" />
         <pubDate>2020-08-06 03:41:49 UTC</pubDate>
         <guid>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/670939872</guid>
      </item>
      <item>
         <title>Answer:</title>
         <author>kalravrastogi1aug2006</author>
         <link>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/670940181</link>
         <description><![CDATA[<div>Assignment operator assigns a value in the right hand side of an expression to the operand on the left hand side</div>]]></description>
         <enclosure url="" />
         <pubDate>2020-08-06 03:42:12 UTC</pubDate>
         <guid>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/670940181</guid>
      </item>
      <item>
         <title> the assignment operator, =, is the operator used for assignment.For example a = 10; b = 20; ch = &#39;y&#39;; “+=”</title>
         <author>sanskarsagarshukla30sep2006</author>
         <link>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/670940823</link>
         <description><![CDATA[<div>---- Sanskar</div>]]></description>
         <enclosure url="" />
         <pubDate>2020-08-06 03:43:01 UTC</pubDate>
         <guid>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/670940823</guid>
      </item>
      <item>
         <title>Pratyaksha Verma</title>
         <author>pratyakshaverma31may2006</author>
         <link>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/670941420</link>
         <description><![CDATA[<div>It assigns a value on the right-hand side of an expression to the operand on the left-hand side.</div>]]></description>
         <enclosure url="" />
         <pubDate>2020-08-06 03:43:46 UTC</pubDate>
         <guid>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/670941420</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/670941948</link>
         <description><![CDATA[<div>MANAN SRIVASTAVA-:<br>Assignment operators assigns a value on the right hand side of the expression and the operand on the left hand side </div>]]></description>
         <enclosure url="" />
         <pubDate>2020-08-06 03:44:22 UTC</pubDate>
         <guid>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/670941948</guid>
      </item>
      <item>
         <title>Manvi Yadav</title>
         <author></author>
         <link>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/670942274</link>
         <description><![CDATA[<div>Assignment operated assings a value on the right side of an expression to the operand on the left side example int X=20 etc</div>]]></description>
         <enclosure url="" />
         <pubDate>2020-08-06 03:44:44 UTC</pubDate>
         <guid>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/670942274</guid>
      </item>
      <item>
         <title>This operator assigns or stores a value. Example c=a+b </title>
         <author>vaibhavtrivedi23oct2006</author>
         <link>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/670942653</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2020-08-06 03:45:12 UTC</pubDate>
         <guid>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/670942653</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/670944405</link>
         <description><![CDATA[<div>Assingement operator assingns a value on the right- hand side of an expression to the operand on the left- hand side.Ex-,int=25,float pi=3.14, double interest =10.5 etc.</div>]]></description>
         <enclosure url="" />
         <pubDate>2020-08-06 03:47:19 UTC</pubDate>
         <guid>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/670944405</guid>
      </item>
      <item>
         <title>Operators that work only on one operand.</title>
         <author>shameemsingh</author>
         <link>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/671093479</link>
         <description><![CDATA[<ul><li>Arithmetic unary operators are</li><li> (+) in +2, +8</li><li>  (-) in -12, -9</li><li>++ or the increment operator adds 1 to the operand.</li><li>- - or the decrement operator subtracts 1 from the operand</li><li>Logical unary operand is (!)</li><li>it reverses the result of a boolean expression.</li><li>example a=5, b=6</li><li>a&gt;b will give false  but </li><li>!(a&gt;b) will give true.<br><br></li></ul><div><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2020-08-06 07:45:02 UTC</pubDate>
         <guid>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/671093479</guid>
      </item>
      <item>
         <title>Tell the output of the following Java statements if a=7,b=4          	System.out.println(“sum is”+a+b);	System.out.println(“sum is”+(a+b));	System.out.println(“result is”+(a%b));	System.out.println(“result is”+(b%a));	System.out.println(“result is”+(a/b)); System.out.println(“result is”+(a!=b));     System.out.println(“a is equal to be is”+(a==b));           </title>
         <author>shameemsingh</author>
         <link>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/671104379</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2020-08-06 08:07:27 UTC</pubDate>
         <guid>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/671104379</guid>
      </item>
      <item>
         <title>ANSWER ARE FROM TOP TO BOTTOM</title>
         <author>eklavyarudra10jan2007</author>
         <link>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/671247470</link>
         <description><![CDATA[<div>74<br>11<br>3<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2020-08-06 13:07:17 UTC</pubDate>
         <guid>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/671247470</guid>
      </item>
      <item>
         <title>OUTPUT</title>
         <author>kalravrastogi1aug2006</author>
         <link>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/673052691</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/644086495/0bffe3612c375c1c1c9241cad1c42028/OPERATORS_IN_JAVA.png" />
         <pubDate>2020-08-08 08:08:05 UTC</pubDate>
         <guid>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/673052691</guid>
      </item>
      <item>
         <title>System.out.println(“sum is”+a+b);	System.out.println(“sum is”+(a+b));	System.out.println(“result is”+(a%b));	System.out.println(“result is”+(b%a));	System.out.println(“result is”+(a/b)); System.out.println(“result is”+(a!=b));     System.out.println(“a is equal to be is”+(a==b));                  The result of the above will be: (including spaces after &quot;is&quot;)</title>
         <author>utkarshgupta25jan2008</author>
         <link>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/673432752</link>
         <description><![CDATA[<div>sum is 74<br>sum is 11<br>result is 3<br>result is 4<br>result is 1<br>result is true</div><div>a is  equal to be is false</div>]]></description>
         <enclosure url="" />
         <pubDate>2020-08-09 10:31:05 UTC</pubDate>
         <guid>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/673432752</guid>
      </item>
      <item>
         <title></title>
         <author>shameemsingh</author>
         <link>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/674707195</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://upload.wikimedia.org/wikipedia/commons/thumb/b/be/Algebraic_equation_notation.svg/1200px-Algebraic_equation_notation.svg.png" />
         <pubDate>2020-08-10 18:55:06 UTC</pubDate>
         <guid>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/674707195</guid>
      </item>
      <item>
         <title></title>
         <author>shameemsingh</author>
         <link>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/674710306</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/629732204/a96d564feb6f4b856208e4a61372a4c3/audio.mp3" />
         <pubDate>2020-08-10 18:57:22 UTC</pubDate>
         <guid>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/674710306</guid>
      </item>
      <item>
         <title>z=(3-x+y)-(2*x*y)+c</title>
         <author>shameemsingh</author>
         <link>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/674719538</link>
         <description><![CDATA[<div>UNARY BEM%DAS TERNARY ASSIGNMENT</div>]]></description>
         <enclosure url="" />
         <pubDate>2020-08-10 19:04:10 UTC</pubDate>
         <guid>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/674719538</guid>
      </item>
      <item>
         <title></title>
         <author>shameemsingh</author>
         <link>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/674723418</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://i.ytimg.com/vi/1l1XzthGg9Y/hqdefault.jpg" />
         <pubDate>2020-08-10 19:07:17 UTC</pubDate>
         <guid>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/674723418</guid>
      </item>
      <item>
         <title>MANAN SRIVASTAVA</title>
         <author></author>
         <link>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/675206042</link>
         <description><![CDATA[<div>ANSWERS:<br>1. 74<br>2. 11<br>3.  3<br>4.  4<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2020-08-11 04:02:55 UTC</pubDate>
         <guid>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/675206042</guid>
      </item>
      <item>
         <title></title>
         <author>shameemsingh</author>
         <link>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/676784063</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/629732204/6fee89fb37e070503d65743f733dca2f/types_of_operators_in_java__1_.xls" />
         <pubDate>2020-08-12 06:25:56 UTC</pubDate>
         <guid>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/676784063</guid>
      </item>
      <item>
         <title></title>
         <author>shameemsingh</author>
         <link>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/676784508</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/629732204/5f8c8afb2f9a36ef5e706e9bcf99daa2/WORKSHEET_ON_OPERATORS_AND_EXPRESSIONS.docx" />
         <pubDate>2020-08-12 06:26:39 UTC</pubDate>
         <guid>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/676784508</guid>
      </item>
      <item>
         <title>Answer:</title>
         <author>devarchitsingh2mar2007</author>
         <link>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/678197140</link>
         <description><![CDATA[<div>sum is 74<br>sum is 11<br>result is 3<br>result is 4<br>result is 1<br>result is true<br>a is equal to b is false</div>]]></description>
         <enclosure url="" />
         <pubDate>2020-08-13 03:40:35 UTC</pubDate>
         <guid>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/678197140</guid>
      </item>
      <item>
         <title>z=(3* x)/4-(x+2)/3+(x+2)/12 </title>
         <author>eklavyarudra10jan2007</author>
         <link>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/678211296</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2020-08-13 03:54:28 UTC</pubDate>
         <guid>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/678211296</guid>
      </item>
      <item>
         <title>ANSWER</title>
         <author>kalravrastogi1aug2006</author>
         <link>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/678212751</link>
         <description><![CDATA[<div>A=(3*x)/4-(x+2)/3+(x+2)/12</div>]]></description>
         <enclosure url="" />
         <pubDate>2020-08-13 03:55:52 UTC</pubDate>
         <guid>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/678212751</guid>
      </item>
      <item>
         <title>b=(3*x)/4-(x+2)3+(x+2)/12</title>
         <author></author>
         <link>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/678212887</link>
         <description><![CDATA[<div>prakhar<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2020-08-13 03:56:01 UTC</pubDate>
         <guid>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/678212887</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/678214943</link>
         <description><![CDATA[<div>Akshara jain<br>Answer: z=(3*x)/4 - (x+2)/3 + (x+2)/12</div>]]></description>
         <enclosure url="" />
         <pubDate>2020-08-13 03:58:03 UTC</pubDate>
         <guid>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/678214943</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/682261772</link>
         <description><![CDATA[<div>1.)Sum is 74<br>2.)Sum is 11<br>3.)Result is 3<br>4.)Result is 1</div>]]></description>
         <pubDate>2020-08-17 05:01:13 UTC</pubDate>
         <guid>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/682261772</guid>
      </item>
      <item>
         <title>Sanskriti Jain</title>
         <author></author>
         <link>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/682262785</link>
         <description><![CDATA[<div>Answer :- <br>Sum is 74 <br>Sum is 11 <br>Result is 3<br>Result is 4 <br>Result is 1 <br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2020-08-17 05:02:34 UTC</pubDate>
         <guid>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/682262785</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/682273658</link>
         <description><![CDATA[<div>AMRITANSH KRISHN ASTHANA</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/651415362/94bce65a2a13626e7cd60db566a61551/Screenshot_20200817_104521.jpg" />
         <pubDate>2020-08-17 05:16:55 UTC</pubDate>
         <guid>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/682273658</guid>
      </item>
      <item>
         <title>Bhumika </title>
         <author>bhumikagururani24nov2006</author>
         <link>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/682812875</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/642252823/f49af9a42c4f8c606f723b53e22b023e/image_d39eeecb_59aa_412d_bf4a_7563136dfb16.jpg" />
         <pubDate>2020-08-17 14:34:07 UTC</pubDate>
         <guid>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/682812875</guid>
      </item>
      <item>
         <title>Bhumika </title>
         <author>bhumikagururani24nov2006</author>
         <link>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/682813050</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/642252823/f49af9a42c4f8c606f723b53e22b023e/image_d39eeecb_59aa_412d_bf4a_7563136dfb16.jpg" />
         <pubDate>2020-08-17 14:34:10 UTC</pubDate>
         <guid>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/682813050</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/684203730</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/676732602/e7e6187abc38601b86360a7ad6fa8c21/expr.JPG" />
         <pubDate>2020-08-18 03:44:32 UTC</pubDate>
         <guid>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/684203730</guid>
      </item>
      <item>
         <title>Valid Java Expressions:</title>
         <author>utkarshgupta25jan2008</author>
         <link>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/684204227</link>
         <description><![CDATA[<div>1) C=(a*x*x)+(b*y*y*y)<br>2) SI=(P*R*T)/100<br>3) D=(b*b)-(4*a*c)<br>4) TSA=2*((l*b)+(l*h)+(b*h))<br>5) C=2*3.1415*r</div>]]></description>
         <enclosure url="" />
         <pubDate>2020-08-18 03:45:04 UTC</pubDate>
         <guid>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/684204227</guid>
      </item>
      <item>
         <title>VALID JAVA EXPRESSIONS</title>
         <author>devarchitsingh2mar2007</author>
         <link>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/684204748</link>
         <description><![CDATA[<div>1) C=(a*x*x)+(b*y*y*y)<br>2) SI=(P*R*T)/100<br>3) D=(b*b)-(4*a*c)<br>4) TSA=2*((l*b)+(l*h)+(b*h))<br>5) C=2*3.14*r<br><br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2020-08-18 03:45:31 UTC</pubDate>
         <guid>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/684204748</guid>
      </item>
      <item>
         <title>VALID JAVA EXPRESSIONS </title>
         <author></author>
         <link>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/684205175</link>
         <description><![CDATA[<div>1.C =(a*x*x )+ (b*y*y*y)<br>2.SI=(P*R*T)/100<br>3(.D=b*b)-(4*a*c)<br>4.</div>]]></description>
         <enclosure url="" />
         <pubDate>2020-08-18 03:45:58 UTC</pubDate>
         <guid>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/684205175</guid>
      </item>
      <item>
         <title>valid java expression </title>
         <author></author>
         <link>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/684205316</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2020-08-18 03:46:05 UTC</pubDate>
         <guid>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/684205316</guid>
      </item>
      <item>
         <title>valid java expression:-</title>
         <author>shristishloka20dec2006</author>
         <link>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/684205704</link>
         <description><![CDATA[<div>C=(a*x*x)+(b*y*y)<br>S.I=P*R*T/100<br>D=(b*b)-(4*a*c)<br>TSA=2(l*h+l*b+b*h)</div>]]></description>
         <enclosure url="" />
         <pubDate>2020-08-18 03:46:27 UTC</pubDate>
         <guid>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/684205704</guid>
      </item>
      <item>
         <title></title>
         <author>vaibhavgupta2oct2006</author>
         <link>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/684206119</link>
         <description><![CDATA[<div>1. c=(a*x*x)+(b*y*y*y)</div>]]></description>
         <enclosure url="" />
         <pubDate>2020-08-18 03:46:51 UTC</pubDate>
         <guid>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/684206119</guid>
      </item>
      <item>
         <title>Kshirja Sharma </title>
         <author></author>
         <link>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/684206435</link>
         <description><![CDATA[<div>Valid java expression<br>1) C= (a*x*x)+ (b*y*y*y)<br>2) SI= (P*P*T)/100<br>3) c</div>]]></description>
         <enclosure url="" />
         <pubDate>2020-08-18 03:47:08 UTC</pubDate>
         <guid>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/684206435</guid>
      </item>
      <item>
         <title>Valid JAVA Expressions</title>
         <author>gaurimishra7feb2008</author>
         <link>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/684207342</link>
         <description><![CDATA[<div>1)C=a*x*x+b*y*y*y<br>2)SI=P*R*T/100<br>3)D=(b*b)-(4*a*c)</div>]]></description>
         <enclosure url="" />
         <pubDate>2020-08-18 03:48:01 UTC</pubDate>
         <guid>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/684207342</guid>
      </item>
      <item>
         <title>MANAN SRIVASTAVA-</title>
         <author></author>
         <link>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/684207585</link>
         <description><![CDATA[<div>1.)C=(a*x*x)+(b*y*y*y)</div>]]></description>
         <enclosure url="" />
         <pubDate>2020-08-18 03:48:14 UTC</pubDate>
         <guid>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/684207585</guid>
      </item>
      <item>
         <title>Pranjal Raj Singh</title>
         <author></author>
         <link>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/684207888</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2020-08-18 03:48:26 UTC</pubDate>
         <guid>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/684207888</guid>
      </item>
      <item>
         <title>valid java expression-</title>
         <author></author>
         <link>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/684207895</link>
         <description><![CDATA[<div>1</div>]]></description>
         <enclosure url="" />
         <pubDate>2020-08-18 03:48:27 UTC</pubDate>
         <guid>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/684207895</guid>
      </item>
      <item>
         <title></title>
         <author>vaibhavgupta2oct2006</author>
         <link>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/684208268</link>
         <description><![CDATA[<div>1.SI=(P*R*T)/100</div>]]></description>
         <enclosure url="" />
         <pubDate>2020-08-18 03:48:51 UTC</pubDate>
         <guid>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/684208268</guid>
      </item>
      <item>
         <title>valid java expression-</title>
         <author></author>
         <link>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/684208852</link>
         <description><![CDATA[<div>1- c= a*x*x+b*y*y*y<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2020-08-18 03:49:25 UTC</pubDate>
         <guid>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/684208852</guid>
      </item>
      <item>
         <title>MANAN SRIVASTAVA</title>
         <author></author>
         <link>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/684208907</link>
         <description><![CDATA[<div>2.)SI=(P*R*T)/100</div>]]></description>
         <enclosure url="" />
         <pubDate>2020-08-18 03:49:28 UTC</pubDate>
         <guid>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/684208907</guid>
      </item>
      <item>
         <title>Pranjal Raj Singh</title>
         <author></author>
         <link>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/684209658</link>
         <description><![CDATA[<div>Math.sqrt(x*x+y*y)</div>]]></description>
         <enclosure url="" />
         <pubDate>2020-08-18 03:50:18 UTC</pubDate>
         <guid>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/684209658</guid>
      </item>
      <item>
         <title>Math.sqrt(x*x+y*y)</title>
         <author>utkarshgupta25jan2008</author>
         <link>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/684209678</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2020-08-18 03:50:19 UTC</pubDate>
         <guid>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/684209678</guid>
      </item>
      <item>
         <title></title>
         <author>vaibhavgupta2oct2006</author>
         <link>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/684209863</link>
         <description><![CDATA[<div>3.D=(b*b)-(4*a*c)</div>]]></description>
         <enclosure url="" />
         <pubDate>2020-08-18 03:50:30 UTC</pubDate>
         <guid>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/684209863</guid>
      </item>
      <item>
         <title>Eklavya Rudra </title>
         <author>eklavyarudra10jan2007</author>
         <link>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/684209976</link>
         <description><![CDATA[<div>C=(a*x*x)+(b*y*y*y) <br>SI=(P*R*T)/100<br>D=(b*b)-(4*a*c) <br>TSA=2*(l*b+l*h+b*h) <br>C=2*3.14*r<br><br></div>]]></description>
         <pubDate>2020-08-18 03:50:37 UTC</pubDate>
         <guid>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/684209976</guid>
      </item>
      <item>
         <title>Alisha Siddiqui </title>
         <author></author>
         <link>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/684210081</link>
         <description><![CDATA[<div>1- c=(a*x*x)+(b=y*y*y)</div>]]></description>
         <enclosure url="" />
         <pubDate>2020-08-18 03:50:44 UTC</pubDate>
         <guid>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/684210081</guid>
      </item>
      <item>
         <title>Valid java expressions </title>
         <author>vaibhavtrivedi23oct2006</author>
         <link>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/684210263</link>
         <description><![CDATA[<div>1- C= (a*x*x ) +(b*y*y) <br>2- SI= (P*R*T) /100<br>3- D=   (b*2)-(4*a*c) </div>]]></description>
         <enclosure url="" />
         <pubDate>2020-08-18 03:50:53 UTC</pubDate>
         <guid>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/684210263</guid>
      </item>
      <item>
         <title>MANAN SRIVASTAVA-</title>
         <author></author>
         <link>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/684210447</link>
         <description><![CDATA[<div>3.)D=(b*b)-(4*a*c)</div>]]></description>
         <enclosure url="" />
         <pubDate>2020-08-18 03:51:06 UTC</pubDate>
         <guid>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/684210447</guid>
      </item>
      <item>
         <title>Pranjal Raj SINGH </title>
         <author></author>
         <link>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/684210877</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2020-08-18 03:51:33 UTC</pubDate>
         <guid>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/684210877</guid>
      </item>
      <item>
         <title>Alisha Siddiqui </title>
         <author></author>
         <link>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/684211312</link>
         <description><![CDATA[<div>SI=P*R*T/100</div>]]></description>
         <pubDate>2020-08-18 03:51:54 UTC</pubDate>
         <guid>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/684211312</guid>
      </item>
      <item>
         <title>PRAKHAR                                                           1)-  C= a*x*x + b*y*y*y                                              2)- SI= (P*R*T)/100                                                  3)- D= b*b - 4*a*c                                                    4)- TSA= 2*(  l*b + l*h + b*h)                               5)- C= 2* 3.14*r</title>
         <author></author>
         <link>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/684212180</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2020-08-18 03:52:46 UTC</pubDate>
         <guid>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/684212180</guid>
      </item>
      <item>
         <title>Math.sqrt(x*x+y*y)</title>
         <author></author>
         <link>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/684212700</link>
         <description><![CDATA[<div>PRAKHAR </div>]]></description>
         <enclosure url="" />
         <pubDate>2020-08-18 03:53:19 UTC</pubDate>
         <guid>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/684212700</guid>
      </item>
      <item>
         <title></title>
         <author>vaibhavgupta2oct2006</author>
         <link>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/684212752</link>
         <description><![CDATA[<div>4.TSA=2*((l*b)+(l*h)+(b*h))</div>]]></description>
         <enclosure url="" />
         <pubDate>2020-08-18 03:53:22 UTC</pubDate>
         <guid>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/684212752</guid>
      </item>
      <item>
         <title>AARNA MISHRA</title>
         <author></author>
         <link>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/684212793</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2020-08-18 03:53:24 UTC</pubDate>
         <guid>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/684212793</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/684212950</link>
         <description><![CDATA[<div>D=(b*b)+(4*a*b)</div>]]></description>
         <enclosure url="" />
         <pubDate>2020-08-18 03:53:36 UTC</pubDate>
         <guid>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/684212950</guid>
      </item>
      <item>
         <title>MANAN SRIVASTAVA-</title>
         <author></author>
         <link>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/684214642</link>
         <description><![CDATA[<div>Math.sqrt(x*x+y*y)</div>]]></description>
         <enclosure url="" />
         <pubDate>2020-08-18 03:55:17 UTC</pubDate>
         <guid>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/684214642</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/684214878</link>
         <description><![CDATA[<div>C=(a*x*x*)<br>SI=(P*R*T)/100<br>D=(b*b)-(4*a*c)<br>C=2*3.1415*r</div>]]></description>
         <enclosure url="" />
         <pubDate>2020-08-18 03:55:31 UTC</pubDate>
         <guid>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/684214878</guid>
      </item>
      <item>
         <title></title>
         <author>vaibhavgupta2oct2006</author>
         <link>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/684214927</link>
         <description><![CDATA[<div>5.C=(2*3.14*r)</div>]]></description>
         <enclosure url="" />
         <pubDate>2020-08-18 03:55:34 UTC</pubDate>
         <guid>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/684214927</guid>
      </item>
      <item>
         <title>Maths.sqrt(x*x+y*y)</title>
         <author>devarchitsingh2mar2007</author>
         <link>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/684215475</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2020-08-18 03:56:12 UTC</pubDate>
         <guid>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/684215475</guid>
      </item>
      <item>
         <title>MATH.SQRT=(X*X+Y*Y)</title>
         <author>sanskarsagarshukla30sep2006</author>
         <link>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/684215525</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2020-08-18 03:56:16 UTC</pubDate>
         <guid>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/684215525</guid>
      </item>
      <item>
         <title>Pratyaksha Verma</title>
         <author>pratyakshaverma31may2006</author>
         <link>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/684216256</link>
         <description><![CDATA[<div>1. C= (a*x*x)+(b*y*y)<br>2. SI=(P*R*T)/100<br>3. D=(b*b)-(4*a*c)<br>4. TSA=2*((l*b)+(l*h)+(b*h))<br>5. C=2*3.14*r</div>]]></description>
         <enclosure url="" />
         <pubDate>2020-08-18 03:57:08 UTC</pubDate>
         <guid>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/684216256</guid>
      </item>
      <item>
         <title>PALAK YADAV</title>
         <author></author>
         <link>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/684216589</link>
         <description><![CDATA[<div>Maths.sqrt(x*x*+y*y)</div>]]></description>
         <enclosure url="" />
         <pubDate>2020-08-18 03:57:32 UTC</pubDate>
         <guid>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/684216589</guid>
      </item>
      <item>
         <title>Pratyaksha Verma</title>
         <author>pratyakshaverma31may2006</author>
         <link>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/684217844</link>
         <description><![CDATA[<div>Math.sqrt(x*x+y*y)</div>]]></description>
         <enclosure url="" />
         <pubDate>2020-08-18 03:58:55 UTC</pubDate>
         <guid>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/684217844</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/684218125</link>
         <description><![CDATA[<div>Mudit singh<br>Maths.squrt(x*x+y*y)</div>]]></description>
         <enclosure url="" />
         <pubDate>2020-08-18 03:59:13 UTC</pubDate>
         <guid>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/684218125</guid>
      </item>
      <item>
         <title>1. C=(a*x*x)=(b*y*y*y)</title>
         <author>nidhipandey25may2007</author>
         <link>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/684226978</link>
         <description><![CDATA[<div>2. SI=(P*R*T)/100<br>3. D=(b*b)-(4*a*c)<br>4. TSA=(2*((l*b)+(l*h)+(b*h))<br>5. C=2*3.14*r</div>]]></description>
         <enclosure url="" />
         <pubDate>2020-08-18 04:05:29 UTC</pubDate>
         <guid>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/684226978</guid>
      </item>
      <item>
         <title>Math.sqrt(x*x+y*y)</title>
         <author>nidhipandey25may2007</author>
         <link>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/684229296</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2020-08-18 04:08:04 UTC</pubDate>
         <guid>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/684229296</guid>
      </item>
      <item>
         <title>ANSWER:</title>
         <author>devarchitsingh2mar2007</author>
         <link>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/686413122</link>
         <description><![CDATA[<div>Radius is 8</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/642218998/7e2e897bd986db82852732c66e0e854c/area_circum_circle.PNG" />
         <pubDate>2020-08-19 02:51:43 UTC</pubDate>
         <guid>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/686413122</guid>
      </item>
      <item>
         <title>ANSWER :</title>
         <author>kalravrastogi1aug2006</author>
         <link>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/686416893</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/644086495/dd8bb8541ae1eaf1a521e4baed1ee478/JAVA_OAK_PROGRAM.png" />
         <pubDate>2020-08-19 02:56:01 UTC</pubDate>
         <guid>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/686416893</guid>
      </item>
      <item>
         <title></title>
         <author>vaibhavgupta2oct2006</author>
         <link>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/686493089</link>
         <description><![CDATA[<div>1.C=(a*x*x)+(b*y*y*y)<br>2.SI=(p*r*t)/100<br>3.D=(b*b)-(4*a*c)<br>4.TSA=2((l*b)(l*h)+(b*h))<br>5.c=(2*3.14*r)</div>]]></description>
         <enclosure url="" />
         <pubDate>2020-08-19 04:15:41 UTC</pubDate>
         <guid>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/686493089</guid>
      </item>
      <item>
         <title>example if the numbers are 2 and 5 . sum is 7, product is 10, remainder should be 10%7 which is 3.</title>
         <author>shameemsingh</author>
         <link>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/686499729</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2020-08-19 04:22:58 UTC</pubDate>
         <guid>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/686499729</guid>
      </item>
      <item>
         <title></title>
         <author>devarchitsingh2mar2007</author>
         <link>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/686508328</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/642218998/0853fa18b754673eb97c40f5a6f61aff/Square_Root_Cube.PNG" />
         <pubDate>2020-08-19 04:32:53 UTC</pubDate>
         <guid>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/686508328</guid>
      </item>
      <item>
         <title>Taking the number as 5</title>
         <author>utkarshgupta25jan2008</author>
         <link>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/686512584</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/640741951/1dc6bb85c7a6cda1524c6dd95acd3bf9/Square_Square_Root_Cube.PNG" />
         <pubDate>2020-08-19 04:38:18 UTC</pubDate>
         <guid>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/686512584</guid>
      </item>
      <item>
         <title>PROGRAM</title>
         <author>prakharyadav6oct2006</author>
         <link>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/686517130</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/640740368/04ff853a3aa5d8547c2cfb55e9cbd3c1/Screenshot__603_.png" />
         <pubDate>2020-08-19 04:43:37 UTC</pubDate>
         <guid>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/686517130</guid>
      </item>
      <item>
         <title>NUMBER TAKEN - 25.</title>
         <author>prakharyadav6oct2006</author>
         <link>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/686517384</link>
         <description><![CDATA[<div>OUTPUT-</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/640740368/6f3bc674284f46c38667f76944c765e5/Screenshot__604_.png" />
         <pubDate>2020-08-19 04:43:53 UTC</pubDate>
         <guid>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/686517384</guid>
      </item>
      <item>
         <title>ANSWER</title>
         <author>kalravrastogi1aug2006</author>
         <link>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/686842606</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/644086495/288d69abc690331584efe0dbab477a6e/JAVA_OAK_PROGRAM_2.png" />
         <pubDate>2020-08-19 12:06:46 UTC</pubDate>
         <guid>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/686842606</guid>
      </item>
      <item>
         <title>Kshirja Sharma </title>
         <author></author>
         <link>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/688635820</link>
         <description><![CDATA[<div>Assignment operator assigns a value on the right hand side of an expression to the operand on the left hand side. Eg int x=25, float pi=3.14, double interest=10.5 etc<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2020-08-20 02:58:08 UTC</pubDate>
         <guid>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/688635820</guid>
      </item>
      <item>
         <title>Math.sqrt(x*x+y*y)</title>
         <author>eklavyarudra10jan2007</author>
         <link>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/688655390</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2020-08-20 03:19:51 UTC</pubDate>
         <guid>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/688655390</guid>
      </item>
      <item>
         <title>Eklavya Rudra </title>
         <author>eklavyarudra10jan2007</author>
         <link>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/688656088</link>
         <description><![CDATA[<div>answer </div>]]></description>
         <enclosure url="" />
         <pubDate>2020-08-20 03:20:45 UTC</pubDate>
         <guid>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/688656088</guid>
      </item>
      <item>
         <title>Eklavya Rudra </title>
         <author>eklavyarudra10jan2007</author>
         <link>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/688657828</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/640729418/697afc97ac1de9bc78088d9230304086/Screenshot__582_.png" />
         <pubDate>2020-08-20 03:22:47 UTC</pubDate>
         <guid>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/688657828</guid>
      </item>
      <item>
         <title>Eklavya Rudra </title>
         <author>eklavyarudra10jan2007</author>
         <link>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/688658000</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2020-08-20 03:22:59 UTC</pubDate>
         <guid>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/688658000</guid>
      </item>
      <item>
         <title>ANSWER:</title>
         <author>devarchitsingh2mar2007</author>
         <link>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/688660154</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/642218998/14033b72331c5f9cd1158528b1691458/Sum_Prod_Remainder.PNG" />
         <pubDate>2020-08-20 03:25:44 UTC</pubDate>
         <guid>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/688660154</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/711291311</link>
         <description><![CDATA[<div><br><br><br><br><br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2020-09-01 11:05:38 UTC</pubDate>
         <guid>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/711291311</guid>
      </item>
      <item>
         <title></title>
         <author>sanskarsagarshukla30sep2006</author>
         <link>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/714033176</link>
         <description><![CDATA[
Tell the output of the following Java statements if a=7,b=4          	System.out.println(“sum is”+a+b);	System.out.println(“sum is”+(a+b));	System.out.println(“result is”+(a%b));	System.out.println(“result is”+(b%a));	]]></description>
         <enclosure url="" />
         <pubDate>2020-09-02 05:26:01 UTC</pubDate>
         <guid>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/714033176</guid>
      </item>
      <item>
         <title></title>
         <author>shraddhaagarwal4apr2008</author>
         <link>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/729920661</link>
         <description><![CDATA[2d
]]></description>
         <enclosure url="" />
         <pubDate>2020-09-09 04:08:29 UTC</pubDate>
         <guid>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/729920661</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/730054512</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/640715970/128f421b0757d3e122e8806196548757/IMG_20200909_105813.jpg" />
         <pubDate>2020-09-09 05:29:41 UTC</pubDate>
         <guid>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/730054512</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/730055585</link>
         <description><![CDATA[Anonym]]></description>
         <enclosure url="" />
         <pubDate>2020-09-09 05:30:27 UTC</pubDate>
         <guid>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/730055585</guid>
      </item>
      <item>
         <title></title>
         <author>devarchitsingh2mar2007</author>
         <link>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/730098508</link>
         <description><![CDATA[<div>CONDITIONAL OPERATORS PROGRAM</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/642218998/e2931e6d5fddbd888da1431a3bbab76e/Logical_Operator.PNG" />
         <pubDate>2020-09-09 05:57:39 UTC</pubDate>
         <guid>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/730098508</guid>
      </item>
      <item>
         <title>prefix means operator comes before the operand ex  ++a and post fix means operator comes after the operand ex a++.  Explained the usage in detail in the worksheet given below.</title>
         <author>shameemsingh</author>
         <link>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/742091600</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/629732204/d7fa3dca0e729017562c966fe7cc0cb4/WORKSHEET_ON_OPERATORS_AND_EXPRESSIONS.docx" />
         <pubDate>2020-09-13 18:59:55 UTC</pubDate>
         <guid>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/742091600</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/743490386</link>
         <description><![CDATA[<div>Ishma Alam<br>Different types of arithmetic operators are-<br>Addition (+)<br>Subtraction (-)<br>Multiplication (*)<br>Division (/)<br>Remainder or modulo operator (%)</div>]]></description>
         <enclosure url="" />
         <pubDate>2020-09-14 11:49:54 UTC</pubDate>
         <guid>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/743490386</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/743495509</link>
         <description><![CDATA[<div>Ishma Alam<br>Assignment operators assign a value on the right hand side of an expression to the operand on the left hand side. Eg I= 24</div>]]></description>
         <enclosure url="" />
         <pubDate>2020-09-14 11:52:43 UTC</pubDate>
         <guid>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/743495509</guid>
      </item>
      <item>
         <title>Lavanya</title>
         <author>lavanyarawat19apr2007</author>
         <link>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/768660497</link>
         <description><![CDATA[<div><strong>Math.sqrt(x*x+y*y)</strong></div>]]></description>
         <enclosure url="" />
         <pubDate>2020-09-22 15:32:18 UTC</pubDate>
         <guid>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/768660497</guid>
      </item>
      <item>
         <title>Arithmetic operator are</title>
         <author>lavanyarawat19apr2007</author>
         <link>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/768768987</link>
         <description><![CDATA[<div>Division<br>Addition<br>Multiplication<br>Substraction<br>Module operator</div>]]></description>
         <pubDate>2020-09-22 15:52:48 UTC</pubDate>
         <guid>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/768768987</guid>
      </item>
      <item>
         <title></title>
         <author>lavanyarawat19apr2007</author>
         <link>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/768912350</link>
         <description><![CDATA[<div>Assignment operator assigns a value to right hand side of the expression to the operand on left hand side</div>]]></description>
         <enclosure url="" />
         <pubDate>2020-09-22 16:20:41 UTC</pubDate>
         <guid>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/768912350</guid>
      </item>
      <item>
         <title></title>
         <author>zoyaghufran6dec2006</author>
         <link>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/1762253360</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/561571779/2f9b7c08f8c1b878dda4a802b6c7279f/padlet_image_picker_file_80d2c34a_7543_4479_8f9c_2703e3ffd2bd.jpg" />
         <pubDate>2021-09-23 07:19:39 UTC</pubDate>
         <guid>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/1762253360</guid>
      </item>
      <item>
         <title></title>
         <author>shameemsingh</author>
         <link>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/1762257209</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/629732204/c9f027f4b6900b85d0f50a0dda26a032/circle.png" />
         <pubDate>2021-09-23 07:21:34 UTC</pubDate>
         <guid>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/1762257209</guid>
      </item>
      <item>
         <title>Aryan</title>
         <author></author>
         <link>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/1762272426</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1288032964/9ef8dad02382fcabfcf9415689be8182/aryan.txt" />
         <pubDate>2021-09-23 07:29:21 UTC</pubDate>
         <guid>https://padlet.com/shameemsingh/1bhniczmm98v7jiz/wish/1762272426</guid>
      </item>
   </channel>
</rss>
