<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>Control Statements by N ANITHA anitha.it</title>
      <link>https://padlet.com/anitha_it/controlstatements</link>
      <description>Programs using control statements</description>
      <language>en-us</language>
      <pubDate>2019-03-07 05:36:13 UTC</pubDate>
      <lastBuildDate>2021-09-10 16:09:47 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>Wrire a C Program to </title>
         <author>anitha_it</author>
         <link>https://padlet.com/anitha_it/controlstatements/wish/338721315</link>
         <description><![CDATA[<div>find maximum among three numbers</div>]]></description>
         <enclosure url="" />
         <pubDate>2019-03-07 05:41:55 UTC</pubDate>
         <guid>https://padlet.com/anitha_it/controlstatements/wish/338721315</guid>
      </item>
      <item>
         <title></title>
         <author>anitha_it</author>
         <link>https://padlet.com/anitha_it/controlstatements/wish/1725430707</link>
         <description><![CDATA[<div>Type the code here&nbsp;</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-09-08 16:25:04 UTC</pubDate>
         <guid>https://padlet.com/anitha_it/controlstatements/wish/1725430707</guid>
      </item>
      <item>
         <title>NITHESHNARAYAN.V 20EER067</title>
         <author></author>
         <link>https://padlet.com/anitha_it/controlstatements/wish/1731330396</link>
         <description><![CDATA[<div>#include&lt;stdio.h&gt;<br>int main()<br>{<br>	int a,b,c;<br>	printf("enter the value of a,b,c");<br>	scanf("%d %d %d",&amp;a,&amp;b,&amp;c);<br>	{<br>	(a&gt;b&amp;&amp;a&gt;c)?printf("a is maximum"):(b&gt;c)?printf("b is maximum"):printf("c is maximum");<br>	return 0;<br>&nbsp; &nbsp; }<br>}</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-09-10 16:07:53 UTC</pubDate>
         <guid>https://padlet.com/anitha_it/controlstatements/wish/1731330396</guid>
      </item>
      <item>
         <title>MAXIMUM OF THREE NUMBERS</title>
         <author></author>
         <link>https://padlet.com/anitha_it/controlstatements/wish/1731335183</link>
         <description><![CDATA[<div>#include &lt;stdio.h&gt;<br>int main()<br>{<br>&nbsp; &nbsp;int a,b,c;<br>&nbsp; &nbsp;printf("Enter the 3 values");<br>&nbsp; &nbsp;scanf("%d %d %d",&amp;a,&amp;b,&amp;c);<br>&nbsp; &nbsp;(a&gt;b &amp;&amp; a&gt;c)?printf("A is maximum"):(b&gt;c&amp;&amp;b&gt;a)?printf("B is maximum"):printf("C is maximum");<br>&nbsp; &nbsp;return 0;<br>}</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-09-10 16:09:47 UTC</pubDate>
         <guid>https://padlet.com/anitha_it/controlstatements/wish/1731335183</guid>
      </item>
   </channel>
</rss>
