Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

krkris / Loogikafunktsioon

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Pipelines
  • Wiki
  • Snippets
  • Members
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Commit 521ac7c3 authored 3 years ago by erfeld's avatar erfeld
Browse files
Options
  • Browse Files
  • Download
  • Email Patches
  • Plain Diff

Update Kood.c

parent ca4286ed master
Hide whitespace changes
Inline Side-by-side
Showing with 0 additions and 4 deletions
  • Kood.c
Kood.c
View file @ 521ac7c3
...@@ -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){
} }
This diff is collapsed. Click to expand it.
  • Write
  • Preview
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