01 #include<iostream> 02 #include<c stdio> 03 using namespace std; 04 int main() 05 { 06 freopen("cap.in", "r", stdin) ; 07 freopen("cap.out", "w", stdout) ; 08 strings; 09 while(c in>>s) 10{ 11 int len=s.size() ; 12 if(s[0]>='a’&&s[0]<='z') 13 s[0]-=32; 14 for(inti=1; i<=len-1; i++) 15 if(s[i]>='A'&&s[i]<='z') 16 s[i]+=32; 17 cout<<S<<""; 18 } 19 return 0; 20 }
该程序运行后,在哪里查看运行结果( )。
桌面
cap.in
cap.out
cap.cpp
如果输入的数据为“this is my first PROMGRAM”,第9行的while 循环一共执行( )次。
0
3
4
5
如果输入数据同 47 题,那么输出结果是( )。
this is my first PROGRAM!
this is my first program!
This Is My First Program!
THIS IS MY FIRST PROGRAM!
字符’A’的ASCII值为 65,那么b’的ASCII值为 ( )。
66
96
97
98
如果输入数据同 47 题,第 13 行代码一共运行了( ) 次。
0
3
4
5