|
il y a 4 ans | |
---|---|---|
.gitignore | il y a 4 ans | |
LICENSE | il y a 4 ans | |
README.md | il y a 4 ans | |
forLoop.c | il y a 4 ans | |
whileLoop.c | il y a 4 ans |
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