下列语句中,()正确完成整型变量的声明和赋值(选两项)
14 查阅
下列语句中,()正确完成整型变量的声明和赋值(选两项)
A.intcount,count=0;
B.intcount=0;
C.count=0;
D.intcount1=0,count2=1;
参考答案:
下列语句中,()正确完成整型变量的声明和赋值(选两项)
A.intcount,count=0;
B.intcount=0;
C.count=0;
D.intcount1=0,count2=1;
参考答案: