单项选择题

下面程序当输入10时,输出结果是:#include <stdio.h> main() { int j; scanf("%d",&j); switch(j) { case 9: j+=1;

A、12
B、19
C、20
D、不确定的值
微信扫码免费搜题