Изменить 'du1/program.c'
This commit is contained in:
parent
d4f3c4d81d
commit
b660efc203
@ -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++;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user