<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>computer by 10B 11 Prisha Vira</title>
      <link>https://padlet.com/prishahvira/prisha_is_dumb</link>
      <description>pro ppl</description>
      <language>en-us</language>
      <pubDate>2024-07-04 07:49:14 UTC</pubDate>
      <lastBuildDate>2024-07-11 07:53:54 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url>https://padlet.net/icons/8.0/png/1f4aa.png</url>
      </image>
      <item>
         <title>hi</title>
         <author>tejasvikpatil</author>
         <link>https://padlet.com/prishahvira/prisha_is_dumb/wish/3045201404</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2024-07-04 08:21:06 UTC</pubDate>
         <guid>https://padlet.com/prishahvira/prisha_is_dumb/wish/3045201404</guid>
      </item>
      <item>
         <title>bubblesort</title>
         <author>prishahvira</author>
         <link>https://padlet.com/prishahvira/prisha_is_dumb/wish/3045201964</link>
         <description><![CDATA[<p>//wap to store 10 elements in a single dimensional array and sort them in ascending order by using bubble sort</p><p>//wap to store 5 characters in a single dimensional array and sort them in decending order</p><p>//wap to store 8 names in a single dimensional array and sort them in ascending order</p><p>import java.util.*;</p><p>class bubblesort</p><p>{</p><p>static void main()</p><p>{</p><p>Scanner sc=new Scanner (<a rel="noopener noreferrer nofollow" href="http://System.in">System.in</a>);</p><p>int n[]=new int[6];</p><p>int k,p,temp=0;</p><p>System.out.println("enter no.s");</p><p>for (k=0;k&lt;6;k++)</p><p>{</p><p>n[k]=sc.nextInt();</p><p>}</p><p>//sorting</p><p>for(k=0;k&lt;6;k++)</p><p>{</p><p>for(p=0;p&lt;5;p++)</p><p>{</p><p>if(n[p]&gt;n[p+1])</p><p>{</p><p>temp=n[p];</p><p>n[p]=n[p+1];</p><p>n[p+1]=temp;</p><p>}</p><p>}</p><p>}</p><p>System.out.println("sorted list");</p><p>for(k=0;k&lt;6;k++)</p><p>{</p><p>System.out.println(n[k]);</p><p>}</p><p>}</p><p>}</p>]]></description>
         <enclosure url="" />
         <pubDate>2024-07-04 08:22:08 UTC</pubDate>
         <guid>https://padlet.com/prishahvira/prisha_is_dumb/wish/3045201964</guid>
      </item>
      <item>
         <title>linearsearch</title>
         <author>prishahvira</author>
         <link>https://padlet.com/prishahvira/prisha_is_dumb/wish/3045202356</link>
         <description><![CDATA[<p>//wap to store 10 elements in a single dimensional array and find whether the entered no. is present or not</p><p>import java.util.*;</p><p>class linearsearch</p><p>{</p><p>static void main()</p><p>{</p><p>Scanner sc=new Scanner (<a rel="noopener noreferrer nofollow" href="http://System.in">System.in</a>);</p><p>int n[]=new int[10],k,s,f=0;</p><p>System.out.println("enter elements");</p><p>for(k=0;k&lt;n.length;k++)</p><p>{</p><p>n[k]=sc.nextInt();</p><p>}</p><p>System.out.println("enter no. to be searched");</p><p>s=sc.nextInt();</p><p>for(k=0;k&lt;n.length;k++)</p><p>{</p><p>if(n[k]==s)</p><p>{</p><p>f=1;</p><p>break;</p><p>}</p><p>}</p><p>if(f==1)</p><p>System.out.println("no. is found");</p><p>else</p><p>System.out.println("no. doesnt exist");</p><p>}}</p>]]></description>
         <enclosure url="" />
         <pubDate>2024-07-04 08:22:48 UTC</pubDate>
         <guid>https://padlet.com/prishahvira/prisha_is_dumb/wish/3045202356</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/prishahvira/prisha_is_dumb/wish/3050886371</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2576374386/106788a4e67983aa70879df4dac7afd5/for_loop_programs.docx" />
         <pubDate>2024-07-11 07:53:54 UTC</pubDate>
         <guid>https://padlet.com/prishahvira/prisha_is_dumb/wish/3050886371</guid>
      </item>
      <item>
         <title>doc q1</title>
         <author></author>
         <link>https://padlet.com/prishahvira/prisha_is_dumb/wish/3050886841</link>
         <description><![CDATA[<p>import java.util.*;</p><p>class loop</p><p>{</p><p>void hehe()</p><p>{</p><p>int k;</p><p>for (k=1;k&lt;=10;k++)</p><p>{</p><p>System.out.println(k);</p><p>}}</p><p>void hehe1(){</p><p>int j;</p><p>for (j=10;j&lt;=1;j--)</p><p>{</p><p>System.out.println(j);</p><p>}</p><p>}</p><p>}</p>]]></description>
         <enclosure url="" />
         <pubDate>2024-07-11 07:54:42 UTC</pubDate>
         <guid>https://padlet.com/prishahvira/prisha_is_dumb/wish/3050886841</guid>
      </item>
   </channel>
</rss>
