单项选择题
A.for-inB.whileC.do-whileD.foreach
Kotlin中表示一个区间的语法是什么()A.[start..end]B.start..endC.(start...
单项选择题Kotlin中表示一个区间的语法是什么()
A.[start..end]B.start..endC.(start,end)D.start to end
Kotlin中使用哪个关键字来实现条件判断()A.ifB.switchC.caseD.when
单项选择题Kotlin中使用哪个关键字来实现条件判断()
A.ifB.switchC.caseD.when
Kotlin中,哪个类表示单精度浮点型()A.intB.IntegerC.FloatD.double
单项选择题Kotlin中,哪个类表示单精度浮点型()
A.intB.IntegerC.FloatD.double