Aktualizovat „du1/program.c“

This commit is contained in:
Bohdan Yanchyk 2020-02-29 23:20:01 +00:00
parent 234f3ff248
commit 908c1cfdd0

View File

@ -11,10 +11,10 @@ char word;
}
if (word == '\n') {
count++;
for(int i =0;i<count;i++){
printf("\n");
}
printf("\nPočet riadkov: %d", count);
for(int i =0;i<count;i++){
printf("\n");
}
printf("Počet riadkov: %d", count);
}
putchar(word);