考题
定义int a; float f; double i; 表达式 15+i*f+ˊAˊ的值是 _______ 。
A.floatB. intC. charD. double
考题
设变量a是int型,f是float型,i是double型,则表达式10+′a′+i*f值的数据类型为A.intB.floatC.doubleD.不确定
考题
下列不是C++基本数据类型的是______。A、intB、stringC、charD、void
考题
设变量a是int型,f是float型,i是double型,则表达式10+'a'+i*f的值的数据类型为( )。A.intB.floatC.doubleD.不确定
考题
设变量a是 int 型,f是 double 型,i是 float 型,则表达式10+'a'+i*f值的数据类型A.intB.floatC.doubleD.不确定
考题
设变量a是int型,f是double型,i是float型,则表达式10+'a'+i * f值的数据类型是A.intB.floatC.doubleD.不确定
考题
设有定义nit a:float f; double int i,则表达式10+'a'+i+f值的数据类型是( )A.intB.floatC.doubleD.不确定
考题
表达式18/4*sqrt(4.0)/5值的数据类型是( )A.intB.floatC.doubleD.不确定
考题
有如下定义 int a; float f; double i; 则表达式4+‘a’+i*f的值的数据类型是 ______。A.intB.floatC.doubleD.不确定
考题
表达式18/4*sqrt(4.0)/8值的数据类型为______。A.intB.floatC.doubleD.不确定
考题
若有以下定义: chara;intb; floate;doubled;. 则表达式a*b+b-c值的类型为( )。A.FloatB.intC.charD.double
考题
有如下定义:int a=1;byte b=2;则表达式a+b的数据类型为()。A.intB.byteC.charD.long
考题
有如下定义:float a=3.14f;byte b=3;则表达式a+b的值的数据类型为( )。A.byteB.intC.charD.float
考题
若有byte b=6;char c='c';则表达式b+c的值的类型是()。A.intB.byteC.charD.float
考题
有如下定义:float a=1.0f;double b=2.0;则表达式a+b的值的数据类型为()。A.floatB.doubleC.charD.int
考题
switch(表达式)语句中的“表达式”,允许的类型是()。A、float,intB、float,int,charC、int,charD、char,double
考题
有如下定义:floata=1.0f;doubleb=2.0;则表达式a+b的值的数据类型为()A、floatB、doubleC、charD、int
考题
算术表达式a+b/(c+d)×f的逆波兰式是()。
考题
下面哪些类型属于Java基本数据类型()A、intB、BooleanC、uintD、double
考题
有如下定义:inta=1;byteb=2;则表达式a+b的数据类型为()A、intB、byteC、charD、long
考题
inta,b,c,d;表达式(a+bc+d)的值的数据类型是()A、intB、booleanC、charD、以上都不对
考题
以下选项中,switch语句判断条件可以接收的数据类型有哪些?()A、intB、byteC、charD、short
考题
若有byteb=6;charc=’c’;则表达式b+c的值的类型是()A、intB、byteC、charD、float
考题
有如下定义:floata=3.14f;byteb=3;则表达式a+b的值的数据类型为()A、byteB、intC、charD、float
考题
常见的数据类型转换函数是?()A、to_numberB、to_dateC、to_charD、以上都不对
考题
表达式18/4*sqrt(4.0)/8值的数据类型为()。A、intB、floatC、doubleD、不确定
考题
以下不属于Java语言基本数据类型的是()。A、longB、booleanC、charD、String