完善以下程序达到要求的功能: 从键盘输入一个字符串放在字符数组 ss 中,假设 ss 的大小是 30 ,将下标是奇数的小写字母转换为大写字母。 #include
main() { char ss[30]; int i; gets(ss); for (i = 0; ss[i]!='\0'; i++) if (( 1 )&&(ss[i]>='a'&&ss[i]<='z')) 2 ; put(ss); }
【单选题】you bought a house at the price of $1000000 with the mortgage, the principal of the mortgage was $700000. now the price of the house is $2000000 and the balance of the mortgage is $600000 . when u ma...
【判断题】Bill Gates’ home is named the “Big House” because it has so many rooms.However, almost half of the rooms are built underground, so the house isactually much bigger than it looks from the outside. Ques...