diff --git a/Switch-Anweisung.md b/Switch-Anweisung.md new file mode 100644 index 0000000..2116927 --- /dev/null +++ b/Switch-Anweisung.md @@ -0,0 +1,11 @@ +# Syntax switch-Anweisung +``` +switch (ausdruck) { + case constant: + anweisungen; + (break;) + + default: + anweisungen; +} +``` \ No newline at end of file