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

Menu
×
×
正确

练习:

插入缺失部分以创建“多行注释”:

/* This is a multine-line comment just so you know! */ println("Hello World")

不正确

点击 此处 重试

正确

下一题 ❯
 This is a multine-line comment
just so you know! 
println("Hello World") 








×

重置分数?