<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>Leap year or not using conditional operator by N ANITHA anitha.it</title>
      <link>https://padlet.com/anitha_it/fb50r680y68a4y84</link>
      <description>Refer Wikipedia definition and include all possible conditions.....type ur rollnumber.....</description>
      <language>en-us</language>
      <pubDate>2021-09-10 15:49:00 UTC</pubDate>
      <lastBuildDate>2021-09-14 16:01:09 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>Sharunithi G 20EER089</title>
         <author></author>
         <link>https://padlet.com/anitha_it/fb50r680y68a4y84/wish/1731335552</link>
         <description><![CDATA[<div>#include &lt;stdio.h&gt;<br>int main()<br>{<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;int yr;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;scanf("%d%d",&amp;yr);<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;(yr%4==0)?printf("leap year"):print("not a leap year);<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;return 0;<br>}</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-09-10 16:09:58 UTC</pubDate>
         <guid>https://padlet.com/anitha_it/fb50r680y68a4y84/wish/1731335552</guid>
      </item>
      <item>
         <title>Parvathavarthini S 20EER068</title>
         <author>parvathavarthinis20eee</author>
         <link>https://padlet.com/anitha_it/fb50r680y68a4y84/wish/1731347716</link>
         <description><![CDATA[<div>#include &lt;stdio.h&gt;<br><br>int main()<br>{<br>&nbsp; &nbsp; int year;<br>&nbsp; &nbsp; printf("Enter any year: ");<br>&nbsp; &nbsp; scanf("%d", &amp;year);&nbsp;<br>&nbsp; &nbsp; (year%4==0 &amp;&amp; year%100!=0) ? printf("Leap Year") : (year%400 ==0 ) ? printf("Leap Year") : printf("Not A Leap Year");<br>&nbsp; &nbsp; return 0;<br>}</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-09-10 16:14:57 UTC</pubDate>
         <guid>https://padlet.com/anitha_it/fb50r680y68a4y84/wish/1731347716</guid>
      </item>
      <item>
         <title>Prakashini G  20EER073</title>
         <author></author>
         <link>https://padlet.com/anitha_it/fb50r680y68a4y84/wish/1731349447</link>
         <description><![CDATA[<div>#include&lt;studio.h&gt;<br>int main()<br>{<br>&nbsp; &nbsp;int y;<br>&nbsp; &nbsp;Printf(" Enter the year y");<br>&nbsp; &nbsp;scanf("%d",&amp;y);<br>&nbsp; &nbsp;(y%4==0)?printf(" y is leap year"):printf("&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; y is not leap year");<br>&nbsp; &nbsp; &nbsp;Return 0;<br>&nbsp; &nbsp; &nbsp;}<br><br>&nbsp;&nbsp;<br>&nbsp; &nbsp;&nbsp;</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-09-10 16:15:37 UTC</pubDate>
         <guid>https://padlet.com/anitha_it/fb50r680y68a4y84/wish/1731349447</guid>
      </item>
      <item>
         <title>Priyaamrisha 20EER076 </title>
         <author></author>
         <link>https://padlet.com/anitha_it/fb50r680y68a4y84/wish/1731357129</link>
         <description><![CDATA[<div>#include &lt;stdio.h&gt;<br>int main()<br>&nbsp; &nbsp; {<br>&nbsp; &nbsp; int y;<br>&nbsp; &nbsp; scanf("%d",&amp;y);<br>&nbsp; &nbsp; (y%4==0)?printf(" it is a leap year"):printf("it is not a leap year");<br>&nbsp; &nbsp; return 0;<br>    }</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-09-10 16:18:49 UTC</pubDate>
         <guid>https://padlet.com/anitha_it/fb50r680y68a4y84/wish/1731357129</guid>
      </item>
      <item>
         <title>vignesh.v  20EER100</title>
         <author>vigneshv20eee</author>
         <link>https://padlet.com/anitha_it/fb50r680y68a4y84/wish/1731382059</link>
         <description><![CDATA[<div>#include&lt;stdio.h&gt;<br>int main()<br>{<br>	int y;<br>	scanf("%d",&amp;y);<br>	(y%400==0)?printf("leap year"):(y%100!=0&amp;&amp;y%4==0)?printf(" leap year"):printf("not leap year");<br>	return 0;<br>}</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-09-10 16:29:06 UTC</pubDate>
         <guid>https://padlet.com/anitha_it/fb50r680y68a4y84/wish/1731382059</guid>
      </item>
      <item>
         <title>20EER088 SENTHAMILARASU PS</title>
         <author></author>
         <link>https://padlet.com/anitha_it/fb50r680y68a4y84/wish/1731399242</link>
         <description><![CDATA[<div>#include &lt;stdio.h&gt;<br><br>int main()<br>{<br>&nbsp; &nbsp; int year;<br>&nbsp; &nbsp; printf("Enter any year: ");<br>&nbsp; &nbsp; scanf("%d", &amp;year);&nbsp;<br>&nbsp; &nbsp; (year%4==0 &amp;&amp; year%==0) ? printf("LEAP YEAR") : (year%400 ==0 ) ? printf("LEAP YEAR") : printf("NOT A LEAP YEAR");<br>&nbsp; &nbsp; return 0;<br>}</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-09-10 16:35:28 UTC</pubDate>
         <guid>https://padlet.com/anitha_it/fb50r680y68a4y84/wish/1731399242</guid>
      </item>
      <item>
         <title>Sivanesa Jeyam R V</title>
         <author></author>
         <link>https://padlet.com/anitha_it/fb50r680y68a4y84/wish/1731413278</link>
         <description><![CDATA[<div><strong>20EER92<br><br>#include &lt;stdio.h&gt;<br><br>int main()<br>{<br>&nbsp; &nbsp; int year;<br>&nbsp; &nbsp; printf("Enter any year: ");<br>&nbsp; &nbsp; scanf("%d", &amp;year);&nbsp;<br>&nbsp; &nbsp; (year%4==0 &amp;&amp; year%100==0) ? printf("LEAP YEAR") : (year%400 ==0 ) ? printf("LEAP YEAR") : printf("NOT A LEAP YEAR");<br>&nbsp; &nbsp; return 0;<br>}#include &lt;stdio.h&gt;<br><br>int main()<br>{<br>&nbsp; &nbsp; int year;<br>&nbsp; &nbsp; printf("Enter any year: ");<br>&nbsp; &nbsp; scanf("%d", &amp;year);&nbsp;<br>&nbsp; &nbsp; (year%4==0 &amp;&amp; year%100==0) ? printf("LEAP YEAR") : (year%400 ==0 ) ? printf("LEAP YEAR") : printf("NOT A LEAP YEAR");<br>&nbsp; &nbsp; return 0;<br>}<br><br></strong><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2021-09-10 16:41:17 UTC</pubDate>
         <guid>https://padlet.com/anitha_it/fb50r680y68a4y84/wish/1731413278</guid>
      </item>
      <item>
         <title>PRAVEENRAJ AM  20EER075</title>
         <author></author>
         <link>https://padlet.com/anitha_it/fb50r680y68a4y84/wish/1731419190</link>
         <description><![CDATA[<div>include &lt;stdio.h&gt;<br>int main()<br>&nbsp; &nbsp; {<br>&nbsp; &nbsp; int y;<br>&nbsp; &nbsp; printf("enter the year");<br>&nbsp; &nbsp; scanf("%d",&amp;y);<br>&nbsp; &nbsp; (y%4==0)?printf(" it is a leap year"):printf("it is not a leap year");<br>&nbsp; &nbsp; return 0;<br>&nbsp; &nbsp; }</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-09-10 16:43:48 UTC</pubDate>
         <guid>https://padlet.com/anitha_it/fb50r680y68a4y84/wish/1731419190</guid>
      </item>
      <item>
         <title>RANJITH KUMAR T 20EER078</title>
         <author></author>
         <link>https://padlet.com/anitha_it/fb50r680y68a4y84/wish/1731444550</link>
         <description><![CDATA[<div>#include&lt;stdio.h&gt;<br>int main ()&nbsp;<br>&nbsp;{<br>&nbsp; &nbsp;int y;<br>&nbsp; &nbsp;printf("enter the year");<br>&nbsp; &nbsp;scanf("%d",&amp;a);<br>&nbsp;(y%4==0)?printf(" the entered year is&nbsp; &nbsp; leap"):printf("the entered year is not a leap");<br>return 0;<br> }<br>&nbsp; &nbsp;</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-09-10 16:53:36 UTC</pubDate>
         <guid>https://padlet.com/anitha_it/fb50r680y68a4y84/wish/1731444550</guid>
      </item>
      <item>
         <title>20EER071-PRADEEP V</title>
         <author></author>
         <link>https://padlet.com/anitha_it/fb50r680y68a4y84/wish/1731472896</link>
         <description><![CDATA[<div>#include&lt;stdio.h&gt;<br>int main()<br>{&nbsp;<br>&nbsp; &nbsp; int y;<br>&nbsp; &nbsp; printf("enter the year");<br>&nbsp; &nbsp; scanf("%d",&amp;y);<br>&nbsp; &nbsp; (y%4==0)?printf("it is leap year"):printf("it is not leap year");<br>&nbsp; &nbsp; &nbsp;return 0;<br>}</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-09-10 17:05:23 UTC</pubDate>
         <guid>https://padlet.com/anitha_it/fb50r680y68a4y84/wish/1731472896</guid>
      </item>
      <item>
         <title>NAVANEETHAN. S (20EER065)</title>
         <author></author>
         <link>https://padlet.com/anitha_it/fb50r680y68a4y84/wish/1731501077</link>
         <description><![CDATA[<div>include &lt;stdio.h&gt;&nbsp;<br>int main()<br>{&nbsp;<br>int a;<br>scanf("%d",&amp;a);<br>(a%4==0)?printf(" it is a leap year"):printf("it is not a leap year");<br>return 0;<br>}</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-09-10 17:17:32 UTC</pubDate>
         <guid>https://padlet.com/anitha_it/fb50r680y68a4y84/wish/1731501077</guid>
      </item>
      <item>
         <title>Sabithra M 20EER081</title>
         <author></author>
         <link>https://padlet.com/anitha_it/fb50r680y68a4y84/wish/1732111268</link>
         <description><![CDATA[<div>#include&lt;stdio.h&gt;<br>int main ()<br>{<br>int y;<br>printf("Enter the year");<br>scanf("%d",&amp;y);<br>(y%4==0)?printf(" leap year"):printf(" non leap year");<br>return 0;<br>}</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-09-11 02:03:32 UTC</pubDate>
         <guid>https://padlet.com/anitha_it/fb50r680y68a4y84/wish/1732111268</guid>
      </item>
      <item>
         <title>Siddharth Akilesh 20EER090 </title>
         <author></author>
         <link>https://padlet.com/anitha_it/fb50r680y68a4y84/wish/1732125024</link>
         <description><![CDATA[<div>#include&lt;studio.h&gt;<br>int main()<br>{<br>&nbsp; &nbsp; int y;<br>&nbsp; &nbsp; Printf("Enter the year ");<br>&nbsp; &nbsp; scanf("%d",&amp;y);<br>&nbsp; &nbsp; (y%400==0)?(printf("the year %d is leap year ",y)):((y%100==0)?(printf("the given year %d is common year ",y)):((y%4==0)?(printf("the given year %d is leap year",y)):(printf("the given year %d is common Year",y))));<br>&nbsp; &nbsp; return 0;<br>}</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-09-11 02:18:35 UTC</pubDate>
         <guid>https://padlet.com/anitha_it/fb50r680y68a4y84/wish/1732125024</guid>
      </item>
      <item>
         <title>#include&lt;Stdio.h&gt;</title>
         <author></author>
         <link>https://padlet.com/anitha_it/fb50r680y68a4y84/wish/1732132449</link>
         <description><![CDATA[<div>int main ()<br>{<br>&nbsp; &nbsp; &nbsp; int yr;<br><br>scanf("%d%d",&amp;yr);(yr%4==0)?<br>printf("leap year"):printf("not a leap year");<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;return 0;<br>}</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-09-11 02:26:43 UTC</pubDate>
         <guid>https://padlet.com/anitha_it/fb50r680y68a4y84/wish/1732132449</guid>
      </item>
      <item>
         <title>SANTHOSH V G 20EER084</title>
         <author>santhoshvg20eee</author>
         <link>https://padlet.com/anitha_it/fb50r680y68a4y84/wish/1732176494</link>
         <description><![CDATA[<div>#include &lt;stdio.h&gt;<br><br>int main()<br>{<br>&nbsp; &nbsp; int year;</div><div>    printf("Enter any year: ");<br>&nbsp; &nbsp; scanf("%d", &amp;year);&nbsp;<br>&nbsp; &nbsp; (year%4==0 &amp;&amp; year%100!=0) ? printf("LEAP YEAR") : (year%400 ==0 ) ? printf("LEAP YEAR") : printf("COMMON YEAR");<br>&nbsp; &nbsp; return 0;<br>}</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-09-11 03:14:24 UTC</pubDate>
         <guid>https://padlet.com/anitha_it/fb50r680y68a4y84/wish/1732176494</guid>
      </item>
      <item>
         <title>20EER074 praveenkumar k</title>
         <author></author>
         <link>https://padlet.com/anitha_it/fb50r680y68a4y84/wish/1732210734</link>
         <description><![CDATA[<div>#include&lt;studio.h&gt;<br>int main()<br>{<br>&nbsp; &nbsp; &nbsp;int y;<br>&nbsp; &nbsp; &nbsp;printf("enter the value of y");<br>&nbsp; &nbsp; &nbsp;scanf("%d",&amp;y);<br>&nbsp; &nbsp; &nbsp;(y%4==0)? printf ("y is leap year"):&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; printf ("y is not leap year");<br>&nbsp; &nbsp; &nbsp; return 0;<br>}<br>&nbsp; &nbsp; &nbsp;<br>&nbsp;&nbsp;<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2021-09-11 03:53:51 UTC</pubDate>
         <guid>https://padlet.com/anitha_it/fb50r680y68a4y84/wish/1732210734</guid>
      </item>
      <item>
         <title>LIVINKUMAR D 20EER057</title>
         <author>livinkumard20eee</author>
         <link>https://padlet.com/anitha_it/fb50r680y68a4y84/wish/1732238121</link>
         <description><![CDATA[<div>#include &lt;stdio.h&gt;<br>int main()<br>{<br>&nbsp; &nbsp; int y;<br>	printf("Enter the year: ");<br>&nbsp; &nbsp; scanf("%d", &amp;y);&nbsp;<br>&nbsp; &nbsp; (y%4==0 &amp;&amp; y%100!=0) ? printf("It is a leap year") : (y%400 ==0 ) ? printf("It is a leap year") : printf("It is Common year");<br>&nbsp; &nbsp; return 0;<br>}</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-09-11 04:29:50 UTC</pubDate>
         <guid>https://padlet.com/anitha_it/fb50r680y68a4y84/wish/1732238121</guid>
      </item>
      <item>
         <title>LOGESH</title>
         <author></author>
         <link>https://padlet.com/anitha_it/fb50r680y68a4y84/wish/1732243556</link>
         <description><![CDATA[<div>#include&lt;stdio.h&gt;<br>inter main()&nbsp;<br>{<br>&nbsp; &nbsp;inter year;<br>&nbsp; &nbsp;printf("enter the year") ;<br>&nbsp; &nbsp;scanf("%d", &amp;y) ;<br>&nbsp; &nbsp;(y%4==0)? printf("leap year") :printf("non-leap year") ;<br>&nbsp; &nbsp;return 0;<br>}</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-09-11 04:37:26 UTC</pubDate>
         <guid>https://padlet.com/anitha_it/fb50r680y68a4y84/wish/1732243556</guid>
      </item>
      <item>
         <title></title>
         <author>priyadharshinit20eee</author>
         <link>https://padlet.com/anitha_it/fb50r680y68a4y84/wish/1732261720</link>
         <description><![CDATA[<div>#include &lt;stdio.h&gt;<br>int main()<br>{<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;int yr;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;scanf("%d%d",&amp;yr);<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;(yr%4==0)?printf("leap year"):print("not a leap year);<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;return 0;<br>}</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-09-11 05:07:05 UTC</pubDate>
         <guid>https://padlet.com/anitha_it/fb50r680y68a4y84/wish/1732261720</guid>
      </item>
      <item>
         <title>NANDHASREE S (20EER064)</title>
         <author></author>
         <link>https://padlet.com/anitha_it/fb50r680y68a4y84/wish/1732278551</link>
         <description><![CDATA[<div>#include &lt;stdio.h&gt;<br><br>int main()<br>{<br>&nbsp; &nbsp; int year;<br>&nbsp; &nbsp; printf("Enter any year: ");<br>&nbsp; &nbsp; scanf("%d", &amp;year);&nbsp;<br>&nbsp; &nbsp; (year%4==0 &amp;&amp; year%100!=0) ? printf("Leap Year") : (year%400 ==0 ) ? printf("Leap Year") : printf("Not A Leap Year");<br>&nbsp; &nbsp; return 0;<br>}</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-09-11 05:42:05 UTC</pubDate>
         <guid>https://padlet.com/anitha_it/fb50r680y68a4y84/wish/1732278551</guid>
      </item>
      <item>
         <title>20EER086 SATHEESHKUMAR G</title>
         <author></author>
         <link>https://padlet.com/anitha_it/fb50r680y68a4y84/wish/1732278794</link>
         <description><![CDATA[<div><br>#include &lt;stdio.h&gt;<br><br>int main()<br>{<br>&nbsp; &nbsp; int year;<br>&nbsp; &nbsp; scanf("%d", &amp;year);&nbsp;<br>&nbsp; &nbsp; (year%4==0 )?print("leap year"):printf("not a leap year");<br>&nbsp; &nbsp; return 0;<br>}</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-09-11 05:42:25 UTC</pubDate>
         <guid>https://padlet.com/anitha_it/fb50r680y68a4y84/wish/1732278794</guid>
      </item>
      <item>
         <title>Mohamed Faruk Abdulla R</title>
         <author></author>
         <link>https://padlet.com/anitha_it/fb50r680y68a4y84/wish/1739985628</link>
         <description><![CDATA[<div>#include &lt;stdio.h&gt;<br>int main()<br>{<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;int yr;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;scanf("%d%d",&amp;yr);<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;(yr%4==0)?printf("leap year"):print("not a leap year);<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;return 0;<br>}</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-09-14 16:01:05 UTC</pubDate>
         <guid>https://padlet.com/anitha_it/fb50r680y68a4y84/wish/1739985628</guid>
      </item>
      <item>
         <title>NAVEENA T 20EER066</title>
         <author></author>
         <link>https://padlet.com/anitha_it/fb50r680y68a4y84/wish/1739985857</link>
         <description><![CDATA[<div>#include &lt;stdio.h&gt;<br>int main()<br>{<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;int yr;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;scanf("%d%d",&amp;yr);<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;(yr%4==0)?printf("leap year"):print("not a leap year);<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;return 0;<br>}</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-09-14 16:01:09 UTC</pubDate>
         <guid>https://padlet.com/anitha_it/fb50r680y68a4y84/wish/1739985857</guid>
      </item>
   </channel>
</rss>
