若有float f=2.6f;short s=20;则表达式f+s的值的类型是()。
A.float
B.short
C.int
D.byte
第1题:
若有以下定义:char a;int b;float c;double d;则表达式“a*b+d-c”值的类型为( )。
A.float
B.int
C.char
D.double
第2题:
若有以下定义char a;int b;float c;double d;则表达式a*b+d-c值的类型为
第3题:
若有定义语句:“int a=10;double b=3.14;”,则表达式A+a+b值的类型是( )。
A.char
B.int
C.double
D.float
第4题:
有如下定义 int a; float f; double i; 则表达式4+‘a’+i*f的值的数据类型是 ______。
A.int
B.float
C.double
D.不确定
第5题:
若有以下定义:
char a;int b;
float c;double d;
则表达式a*b+d-c值的类型为( )。
A.A. float
B.int
C.char
D.double
第6题:
若有byte b=6;char c='c';则表达式b+c的值的类型是()。
A.int
B.byte
C.char
D.float
第7题:
A.byte, short, int, long, float, double
B.boolean, byte, short, char, int, long, float, double
C.byte, short, char, int, long, float, double
D.byte, short, char
E.int, long, float, double
第8题:
若有说明:char w; int x; float y; double z; 则表达式w*x+y-z的值的数据类型是()。
第9题:
若有charc=’8’;shorts=20;则表达式c+s的值的类型是()
第10题:
若有byteb=6;charc=’c’;则表达式b+c的值的类型是()
第11题:
若有floatf=2.6f;shorts=20;则表达式f+s的值的类型是()
第12题:
double
char
int
float
第13题:
设变量a是int型,f是double型,i是float型,则表达式10+'a'+i * f值的数据类型是
A.int
B.float
C.double
D.不确定
第14题:
若有以下定义: char a;int b; float c;double d; 则表达式a*b+b-c值的类型为( )。
A. float
B.int
C.char
D.double
第15题:
设有定义nit a:float f; double int i,则表达式10+'a'+i+f值的数据类型是( )
A.int
B.float
C.double
D.不确定
第16题:
设变量a是int型,f是float型,i是double型,则表达式10+′a′+i*f值的数据类型为A.int B.float C.double D.不确定
第17题:
有如下定义:float a=3.14f;byte b=3;则表达式a+b的值的数据类型为( )。
A.byte
B.int
C.char
D.float
第18题:
若有byte b=6;short s=20;则表达式b+s的值的类型是()。
A.byte
B.int
C.short
D.char
第19题:
试题14
若有定义语句:int a=10; double b=3.14; , 则表达式‘A’+a +b值的类型是()
A.char
B.int
C.double
D.float
第20题:
假定变量x,f和d的类型分别为int 、float和double。下面表达式的值总是为1的是()
第21题:
如果定义有double,x;float,y;int,m,则表达式x*y-m的类型为()
第22题:
设变量a是整型,f是实型,i是双精度型,则表达式10+’a’+i*f值的数据类型为()。
第23题:
x==(int)(float)x
d==(double)(float)d
f==(float)(double)f
(f+d)-f==d