KOTLIN 语法
KOTLIN 变量
KOTLIN 数据类型
KOTLIN 运算符
KOTLIN 字符串
KOTLIN 布尔值
KOTLIN 如果...否则
KOTLIN While 循环
KOTLIN 数组
KOTLIN For 循环
KOTLIN 函数
KOTLIN 类

Menu
×
×
正确

练习:

在Kotlin中,注释是用特殊字符写的。插入缺失的部分:

// This is a comment println("Hello World")

不正确

点击 此处 重试

正确

下一题 ❯
 This is a comment
println("Hello World")







×

重置分数?