Skip to content
Snippets Groups Projects
Commit 492f4cca authored by Peter Gerwinski's avatar Peter Gerwinski
Browse files

Fehlerkorrektur im Skript: Beispiel-Programm zu while-Schleife

parent 80d19d8c
No related branches found
No related tags found
No related merge requests found
No preview for this file type
...@@ -1017,8 +1017,7 @@ ...@@ -1017,8 +1017,7 @@
int main (void) int main (void)
{ {
int a; int i = 1;
i = 1;
while (i <= 10) while (i <= 10)
{ {
printf ("%d\n", i); printf ("%d\n", i);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment