Aktualizovat a1/program.c
This commit is contained in:
parent
98c48a9952
commit
17e21a122c
@ -14,6 +14,10 @@ int main()
|
||||
pocetRiadkov += 1;
|
||||
putchar(vstup);
|
||||
}
|
||||
else if (vstup == '\r')
|
||||
{
|
||||
continue;
|
||||
}
|
||||
else if (islower(vstup) != 0)
|
||||
{
|
||||
putchar(toupper(vstup));
|
||||
|
||||
Loading…
Reference in New Issue
Block a user