Commit 521ac7c3 by erfeld

Update Kood.c

parent ca4286ed
Showing with 0 additions and 4 deletions
...@@ -38,9 +38,6 @@ int sisestus(const char tekst[40], char a[16], char b[16], char c[16], char d[16 ...@@ -38,9 +38,6 @@ int sisestus(const char tekst[40], char a[16], char b[16], char c[16], char d[16
printf("Sisestage K-kaardi KOLMAS rida \n"); printf("Sisestage K-kaardi KOLMAS rida \n");
scanf("%s", c); scanf("%s", c);
}while(kontroll(c) == 1); }while(kontroll(c) == 1);
printf("\n%s\n", a);
printf("%s\n", b);
printf("%s\n", c);
do{ do{
printf("\n%s\n", a); printf("\n%s\n", a);
printf("%s\n", b); printf("%s\n", b);
...@@ -220,4 +217,3 @@ int main(void){ ...@@ -220,4 +217,3 @@ int main(void){
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment