[單項選擇題] 有以下程序: #include <stdio.h> main() int s; scanf("%d", &s); while(s>0)
2021-07-20
[單項選擇題] 有以下程序:
#include <stdio.h>
main()
int s;
scanf("%d", &s);
while(s>0)
switch(s)
case 1:printf("%d", s+5);
case 2:printf("%d", s+4); break;
case 3:printf("%d", s+3);
default: printf("%d", s+1); break;
scanf("%d", &s);
運行時,若輸入123450<回車>,則輸出的結果是( )。
A.6566456
B.66656
C.66666
D.6666656
正確答案:A
詞條內容僅供參考,如果您需要解決具體問題
(尤其在法律、醫(yī)學等領域),建議您咨詢相關領域專業(yè)人士。