<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>FOR by Karl-Schiller BK</title>
      <link>https://padlet.com/KarlSchiller/svfq7p6bot0v</link>
      <description>Ergebnisse v. 15. Jan. - 12. Feb. 2020</description>
      <language>en-us</language>
      <pubDate>2020-01-26 10:27:53 UTC</pubDate>
      <lastBuildDate>2026-01-02 19:48:41 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>FOR kopfgesteuert</title>
         <author>KarlSchiller</author>
         <link>https://padlet.com/KarlSchiller/svfq7p6bot0v/wish/436103315</link>
         <description><![CDATA[<div>H</div>]]></description>
         <enclosure url="" />
         <pubDate>2020-01-26 10:29:54 UTC</pubDate>
         <guid>https://padlet.com/KarlSchiller/svfq7p6bot0v/wish/436103315</guid>
      </item>
      <item>
         <title>Der Fakultätsrechner</title>
         <author>KarlSchiller</author>
         <link>https://padlet.com/KarlSchiller/svfq7p6bot0v/wish/436103363</link>
         <description><![CDATA[<div>class Fakultaet<br>{public static void main(String[] args)<br>  {  int result = 1;<br>    int number = 0;<br>    number =InOut.readInt("Geben Sie eine Zahl ein: ");    <br>    for (int i = 1; i &lt;= number; i++)<br>    {     result = result * i; //oder kurz: result *= i;<br>      System.out.printf("Die Fakultaet von %d ist %d%n", number, result);<br>    }   } }</div>]]></description>
         <enclosure url="" />
         <pubDate>2020-01-26 10:30:13 UTC</pubDate>
         <guid>https://padlet.com/KarlSchiller/svfq7p6bot0v/wish/436103363</guid>
      </item>
      <item>
         <title>Informationen über die Variablen</title>
         <author>KarlSchiller</author>
         <link>https://padlet.com/KarlSchiller/svfq7p6bot0v/wish/436103540</link>
         <description><![CDATA[<div>int result = 1<br>int number = 0<br>int i = 1<br>Datentyp: integer <br>Wertebereich: -2.15 MRD - +2.15 MRD<br>Speicherplatz: 4 Byte<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2020-01-26 10:31:51 UTC</pubDate>
         <guid>https://padlet.com/KarlSchiller/svfq7p6bot0v/wish/436103540</guid>
      </item>
      <item>
         <title>Schleifensteuerung</title>
         <author>KarlSchiller</author>
         <link>https://padlet.com/KarlSchiller/svfq7p6bot0v/wish/436103841</link>
         <description><![CDATA[<div> for (int i = 1; i &lt;= number; i++)</div>]]></description>
         <enclosure url="" />
         <pubDate>2020-01-26 10:35:31 UTC</pubDate>
         <guid>https://padlet.com/KarlSchiller/svfq7p6bot0v/wish/436103841</guid>
      </item>
      <item>
         <title>Inkrementierung / Dekrementierung</title>
         <author>KarlSchiller</author>
         <link>https://padlet.com/KarlSchiller/svfq7p6bot0v/wish/436104005</link>
         <description><![CDATA[<div>Die Operatoren ++ und -- sind Sonderfälle der Addition bzw. Subtraktion und heißen Inkrement- und Dekrement- Operator. Sie können nur auf Variablen angewendet werden. Der Inkrement-Operator erhöht den Wert der Variablen um 1, der Dekrement-Operator erniedrigt den Wert der Variablen um 1.</div>]]></description>
         <enclosure url="" />
         <pubDate>2020-01-26 10:37:33 UTC</pubDate>
         <guid>https://padlet.com/KarlSchiller/svfq7p6bot0v/wish/436104005</guid>
      </item>
      <item>
         <title>Das Struktogramm</title>
         <author>KarlSchiller</author>
         <link>https://padlet.com/KarlSchiller/svfq7p6bot0v/wish/436104273</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/454922417/956df4c6231bb37f8516a839f0ebf984/Unbenannt_1.png" />
         <pubDate>2020-01-26 10:40:30 UTC</pubDate>
         <guid>https://padlet.com/KarlSchiller/svfq7p6bot0v/wish/436104273</guid>
      </item>
      <item>
         <title>Was ist ein OverFlow?</title>
         <author>KarlSchiller</author>
         <link>https://padlet.com/KarlSchiller/svfq7p6bot0v/wish/436108159</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2020-01-26 11:28:54 UTC</pubDate>
         <guid>https://padlet.com/KarlSchiller/svfq7p6bot0v/wish/436108159</guid>
      </item>
      <item>
         <title>Overflow</title>
         <author></author>
         <link>https://padlet.com/KarlSchiller/svfq7p6bot0v/wish/439488452</link>
         <description><![CDATA[<div>Das Ergebnis erfordert mehr Bits, als der vorhandene Datentyp der Variable hergibt. Deswegen wird das Ergebnis als fehlerhaft ausgegeben.</div>]]></description>
         <enclosure url="" />
         <pubDate>2020-02-03 07:57:39 UTC</pubDate>
         <guid>https://padlet.com/KarlSchiller/svfq7p6bot0v/wish/439488452</guid>
      </item>
      <item>
         <title>Beispiel zur Schleifensteuerung</title>
         <author></author>
         <link>https://padlet.com/KarlSchiller/svfq7p6bot0v/wish/439492288</link>
         <description><![CDATA[<div>- Passwortabfrage</div>]]></description>
         <enclosure url="" />
         <pubDate>2020-02-03 08:10:48 UTC</pubDate>
         <guid>https://padlet.com/KarlSchiller/svfq7p6bot0v/wish/439492288</guid>
      </item>
   </channel>
</rss>
