单项选择题
A.classB.typeC.structD.model
Kotlin中哪个循环可以用来遍历区间()A.for-inB.whileC.do-whileD.foreach
单项选择题Kotlin中哪个循环可以用来遍历区间()
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