Aktualizovat a1/program.c
This commit is contained in:
parent
4e0811e0e8
commit
856fa890a2
@ -32,7 +32,7 @@ int main()
|
||||
{
|
||||
putchar(tolower(vstup));
|
||||
}
|
||||
else
|
||||
else if (vstup >= 32 && vstup <= 127)
|
||||
{
|
||||
putchar(vstup);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user