Изменить 'du1/program.c'

This commit is contained in:
Oleksandr Hryshchenko 2021-02-23 16:46:42 +00:00
parent d4f3c4d81d
commit b660efc203

View File

@ -35,7 +35,7 @@ int main (){
else if(islower(c[i]))
printf("%c", toupper(c[i]));
else
printf("%c", c[i]);
printf("%c\n", c[i]);
}
}
//counter++;