实验28参考答案
实验二、 选择结构参考答案1.修改下列程序,使之满足当x为10时输出“= =”,否则输出“!=”的条件。 #include"stdio.h"main(){int x;scanf("%d",&x)