Update 'du1/program.c'

This commit is contained in:
Anzhelika Nikolaieva 2023-02-23 12:35:10 +00:00
parent 9071c73f57
commit e5f9b826f0

View File

@ -1,7 +1,7 @@
#include <stdio.h>
int main(){
int r;
while((r = getchar()) !=EOF && r)
while((r = getchar()) !=EOF && r){
if(r >= 'a' && r <= 'z'){
c = 'a' + 'A';
}