Изменить 'du1/program.c'
This commit is contained in:
parent
d4f3c4d81d
commit
b660efc203
@ -35,7 +35,7 @@ int main (){
|
|||||||
else if(islower(c[i]))
|
else if(islower(c[i]))
|
||||||
printf("%c", toupper(c[i]));
|
printf("%c", toupper(c[i]));
|
||||||
else
|
else
|
||||||
printf("%c", c[i]);
|
printf("%c\n", c[i]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
//counter++;
|
//counter++;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user