相关考题
-
单项选择题
Kotlin中表示一个区间的语法是什么()
A.[start..end]
B.start..end
C.(start,end)
D.start to end -
单项选择题
Kotlin中使用哪个关键字来实现条件判断()
A.if
B.switch
C.case
D.when -
单项选择题
Kotlin中,哪个类表示单精度浮点型()
A.int
B.Integer
C.Float
D.double
