You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
326 B
326 B
multiplikationstabelle-in-c
Tolle Übungsaufgabe in C: eine Multiplikationstabelle. Ausgabe (mit 3 Spalten und 4 Zeilen):
1 2 3
2 4 6
3 6 9
4 8 12
$ gcc forLoop.c -o forLoop
$ ./forLoop
$ gcc whileLoop.c -o whileLoop
$ ./whileLoop