( 12 )下列布尔变量定义中,正确并且规范的是A )BOOLEAN canceled = false;B)boolean canceled = false;C)boolean CANCELED = false;D)boolean canceled = FALSE;
( 12 )下列布尔变量定义中,正确并且规范的是
A )BOOLEAN canceled = false;
B)boolean canceled = false;
C)boolean CANCELED = false;
D)boolean canceled = FALSE;
相关考题:
下列布尔变量定义中,正确并且规范的是A.BOOLEANcanceled=false;B.booleancanceled=false;C.booleanCANCELED=false;D.booleancanceled=FALSE;
25、下列布尔变量定义中,正确并且规范的是______。A.BOOLEAN canceled = false;B.boolean canceled = false;C.boolean CANCELED = false;D.boolean canceled = FALSE;
4、下列布尔类型变量初始化正确的是()。A.boolean b1=0;B.boolean b2=’false’;C.boolean b3=false;D.boolean b4=Boolean.false();
下列布尔类型变量初始化正确的是()。A.boolean b1=0;B.boolean b2=’false’;C.boolean b3=false;D.boolean b4=Boolean.false();