有以下程序:#include <stdio.h> ma

有以下程序:

#include <stdio.h>
main()
{
 int x;
 scanf("%d",&x);
 if(x<=3);
 else if(x!=10)
 printf("%d\n",x);}

程序运行时,输入的值在哪个范围内才会有输出结果?( )

答案
B

题目信息

题号:4806
题型:单选题
难度:普通