相关考题
-
单项选择题
Kotlin中使用哪个关键字来创建一个类()
A.class
B.type
C.struct
D.model -
单项选择题
Kotlin中哪个循环可以用来遍历区间()
A.for-in
B.while
C.do-while
D.foreach -
单项选择题
Kotlin中表示一个区间的语法是什么()
A.[start..end]
B.start..end
C.(start,end)
D.start to end
