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