(单选题)
在C#中下列表达式不正确的是()。
Adouble a,double b=2,int c=3,a=b+c
Bshort a,byte b=2,byte c=3,a=b+c
Cstring a,string b=”1” string c=”2” a=b+c
Dbool a,bool b=true,bool c=false a=b==c
正确答案
答案解析
略
Adouble a,double b=2,int c=3,a=b+c
Bshort a,byte b=2,byte c=3,a=b+c
Cstring a,string b=”1” string c=”2” a=b+c
Dbool a,bool b=true,bool c=false a=b==c