( 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;


相关考题:

VB中数据类型Boolean表示布尔型,布尔型变量占( )字节。A.4B.3C.2D.1

布尔类型(boolean)的数据只有两种,true和false。() 此题为判断题(对,错)。

下列布尔变量定义中,正确并且规范的是A.BOOLEANcanceled=false;B.booleancanceled=false;C.booleanCANCELED=false;D.booleancanceled=FALSE;

为一个boolean类型变量赋值时,可以使用( )方式A、boolean=1;B、booleana=(9>=10);C、booleana="真";D、booleana==false;

boolean类型变量值只能是true或false()?

boolean类型变量值只能是true或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();