<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>Informatyka by Marcin Wawryn</title>
      <link>https://padlet.com/marwawryn/info</link>
      <description>Wykonane z dociekl</description>
      <language>en-us</language>
      <pubDate>2019-01-09 14:47:45 UTC</pubDate>
      <lastBuildDate>2019-01-09 15:20:50 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>09/01/2019 - sort. babelkowe</title>
         <author></author>
         <link>https://padlet.com/marwawryn/info/wish/318816779</link>
         <description><![CDATA[<pre>public class Main {

    public static int[] <em>tab </em>= {5, 7, 4, 6, 3, 8, 1};

    public static int <em>a</em>;


    public static void main(String[] args) {

        for (int y = <em>tab</em>.length-1; y &gt; 0; y--) {

            for (int i = 0; i &lt; y; i++) {
                if (<em>tab</em>[i] &gt; <em>tab</em>[i + 1]) {
                    <em>a </em>= <em>tab</em>[i];
                    <em>tab</em>[i] = <em>tab</em>[i + 1];
                    <em>tab</em>[i + 1] = <em>a</em>;
                }
            }
        }
        for (int xTab : <em>tab</em>) {
            System.<em>out</em>.println(xTab);
        }

    }
}</pre><div><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2019-01-09 15:18:52 UTC</pubDate>
         <guid>https://padlet.com/marwawryn/info/wish/318816779</guid>
      </item>
   </channel>
</rss>
