From 9b2a81249ea673bdf93f2750ecb761c0b11b62e1 Mon Sep 17 00:00:00 2001 From: Vladyslav Korzun Date: Thu, 16 Feb 2023 13:54:08 +0000 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D0=BB(?= =?UTF-8?q?=D0=B0)=20=D0=BD=D0=B0=20'du1/program.c'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- du1/program.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/du1/program.c b/du1/program.c index 075f0e4..bc85265 100644 --- a/du1/program.c +++ b/du1/program.c @@ -14,22 +14,22 @@ printf("%c\n", c); count = 1; riadok++; } -else{ +/*else{ printf("/n"); -} +}*/ if (c >= 'A' && c <= 'Z' && count == 0){ c = c + 32; printf("%c\n", c); riadok++; } -else{ +/*else{ if(count == 0){ printf("\n"); } -} +}*/ //c = getchar(); count = 0; } printf("\nPočet riadkov: %d\n", riadok); return 0; -} \ No newline at end of file +}