单选题在VisualBasic中,下列表达式的值等于10的是()。AInt(10.1)BInt(9.8)CAbs(Int(-10.6))DInt(Abs(-9.5))
单选题
在VisualBasic中,下列表达式的值等于10的是()。
A
Int(10.1)
B
Int(9.8)
C
Abs(Int(-10.6))
D
Int(Abs(-9.5))
参考解析
解析:
暂无解析
相关考题:
以下关系表达式中,其值为假的是 ______。A.XYZ"there" 以下关系表达式中,其值为假的是 ______。A.XYZ<"XYz"B.Visual Basic="visualbasic"C.the<>"there"D.Integer>"Int"
( 12 )以下关系表达式中,其值为 True 的是A ) ” XYZ ” ” XYz ”B ) ” VisualBasic ” ” visualbasic ”C ) ” the ” = ” there ”D ) ” Integer ” ” Int ”
以下关系表达式中,其值为假的是______。A.XYZ"there"D. 以下关系表达式中,其值为假的是______。A.XYZ<"XYz"B.VisualBasic="visualbasic"C.the<>"there"D.Integer>"Int"
以下关系表达式中,其值为False的是A.XYZ"there"D.Inte 以下关系表达式中,其值为False的是A.XYZ<"XYz"B.VisualBasic="visualbasic"C.the<>"there"D.Integer>"Int"
以下关系表达式中,其值为假的是A.XYZ"there"D.Intege 以下关系表达式中,其值为假的是A.XYZ<"XYz"B.Visual Basic="visualbasic"C.the<>"there"D.Integer>"Int"
以下关系表达式中,其值为假的是:_______。A.XYZ"there" 以下关系表达式中,其值为假的是:_______。A.XYZ<"XYz"B.VisualBasic="visualbasic"C.the<>"there"D.Integer>"Int"
(year=25)?”teacher”:”student”这个条件表达式的意义是()。A、如果year大于或等于25,则表达式的值是teacher,否则为studentB、如果year 大于或等于25,则表达式的值是student,否则为teacherC、如果year大于25,则表达式的值是teacher,否则为studentD、如果year小于或等于25,则表达式的值是teacher,否则为student
单选题(year=25)?”teacher”:”student”这个条件表达式的意义是()。A如果year大于或等于25,则表达式的值是teacher,否则为studentB如果year 大于或等于25,则表达式的值是student,否则为teacherC如果year大于25,则表达式的值是teacher,否则为studentD如果year小于或等于25,则表达式的值是teacher,否则为student
单选题在VisualBasic中,表达式“Abs(-5.8)+sqr(225)/Int(-1.9)”的值是()。A0B-2C-1.2D-2.2