网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
9、C#中的数值0表示bool类型的false,数值1表示bool类型的true。
参考答案和解析
错误
更多 “9、C#中的数值0表示bool类型的false,数值1表示bool类型的true。” 相关考题
考题
执行完下列代码段之后: bool x=true, y=false, z=false; x=xy‖z; y=x‖yz; z=!(x!=y)‖(y-z); 则x=false, y=false, Z=( )。A.trueB.falseC.不确定D.异常
考题
booleanbool=true;if(bool=false){System.out.println(“a”);}elseif(bool){System.out.println(“c”);}elseif(!bool){System.out.println(“c”);}else{System.out.println(“d”);}Whatistheresult?()
A.aB.bC.cD.dE.Compilationfails.
考题
下面程序的结果为_____。 include void main( ) { int a=1,b=2; bool c=1; if((a>b)
下面程序的结果为_____。include<iostream.h>void main( ){int a=1,b=2;bool c=1;if((a>b) | | c) cout < < "tree" < < endl;elsecout < < "false" < < endl;}
考题
写出执行完下列代码段之后指定变量的值:bool x=true ,y=false,z=false;x=xy||z;y=x||yz;z=!(x!=y)||(y==z);则x=false,y=【 】,z=【 】。
考题
下面程序的结果为______。include void main() { int 3=1,b=2; bool c=1; if(a>b)||c
下面程序的结果为______。include<iostream.h>void main(){int 3=1,b=2;bool c=1;if(a>b)||c)cout<<“true”<<endl;elsecout<<“false”<<endl;}
考题
D3DPRESENT_PARAMETERS参数很多,关于其中参数之一windowed的理解正确的是()A、取值FALSE则渲染全屏B、取值TRUE则渲染窗口C、int类型D、BOOL类型E、double类型
考题
在C#中下列表达式不正确的是()。A、double a,double b=2,int c=3,a=b+cB、short a,byte b=2,byte c=3,a=b+cC、string a,string b=”1” string c=”2” a=b+cD、bool a,bool b=true,bool c=false a=b==c
考题
下面有关数据类型的描述中不正确的是()A、在引用类型中,有可能两个变量引用同一个对象。B、bool类型中可以用数字1表示true。C、byte类型的取值范围是0~255。D、可以通过转义符方式输入字符。
考题
boolean bool = true; if(bool = false) { System.out.println(“a”); } else if (bool) { System.out.println(“c”); } else if (!bool) { System.out.println(“c”); } else { System.out.println(“d”); } What is the result?() A、 aB、 bC、 cD、 dE、 Compilation fails.
考题
当你需要使用一种数据类型表达同一类事物的不同状态,比如:男人、女人、小孩、老人或者春夏秋冬时,C#中最可靠和直观的解决方案是什么?()A、使用struct结构B、使用enum枚举C、使用int类型,用不同的数值{0,1,2...}表示D、C#中无法通过一种数据类型实现同一事务的不同状态。
考题
假设变量bool_x是一个布尔型(逻辑型)的变量,则下面正确的赋值语句是()A、bool_x="False"B、bool_x=.FalsE.C、bool_x=#False#D、bool_x=False
考题
单选题在C#中下列表达式不正确的是()。A
double a,double b=2,int c=3,a=b+cB
short a,byte b=2,byte c=3,a=b+cC
string a,string b=”1” string c=”2” a=b+cD
bool a,bool b=true,bool c=false a=b==c
考题
单选题boolean bool = true; if(bool = false) { System.out.println(“a”); } else if (bool) { System.out.println(“c”); } else if (!bool) { System.out.println(“c”); } else { System.out.println(“d”); } What is the result?()A
aB
bC
cD
dE
Compilation fails.
考题
填空题c#中bool类型只有两个值分别是()和()。
热门标签
最新试卷