Prozedurale Programmierung: Unterschied zwischen den Versionen
Aus Informatik interaktiv
(Short links introduced. Lines for further repos added (if, if-else, if-else-if, switch, while, for).) |
(cpp-hello added.) |
||
Zeile 13: | Zeile 13: | ||
|- | |- | ||
| Hello world | | Hello world | ||
− | | | + | | [https://git.infint.de/edu/cpp-hello cpp-hello] |
| [https://git.infint.de/edu/java-hello java-hello] | | [https://git.infint.de/edu/java-hello java-hello] | ||
| [https://git.infint.de/edu/kotlin-hello kotlin-hello] | | [https://git.infint.de/edu/kotlin-hello kotlin-hello] |
Version vom 23. September 2019, 18:00 Uhr
Thema | C++ | Java | Kotlin | Python |
---|---|---|---|---|
Vorlage (Template) | java-template | |||
Hello world | cpp-hello | java-hello | kotlin-hello | |
Anweisungsfolge | java-seq | |||
Variablen definieren | java-var | |||
Variablen Werte zuweisen | java-assign | |||
Konstanten definieren | java-const | |||
Arithmetische Operatoren | ||||
Vergleichsoperatoren | ||||
Logische Operatoren | ||||
Ausgabe (Konsole) | ||||
Eingabe (Konsole) | ||||
Verzweigung ohne Alternative | ||||
Verzweigung mit Alternative | ||||
Verzweigung mit mehreren Alternativen | ||||
Auswahlanweisung | nicht vorhanden | |||
Bedingte Wiederholung | ||||
Zählschleife |