- 2

enyone can help me please?

how to solove kotlin corses's first practise? please help.

21st Jun 2021, 4:21 AM
Dihen
Dihen - avatar
5 Answers
0
you just have to output the string "Kotlin is great" using 'println' function wich is teached in first lesson ^^ quotation marks must not be printed, but are required to enclose string in program ;)
21st Jun 2021, 6:19 AM
visph
visph - avatar
0
vishp i am loosing at is then it is a error
21st Jun 2021, 6:48 AM
Dihen
Dihen - avatar
0
and my code is, println('kotlin, is, great')
21st Jun 2021, 6:49 AM
Dihen
Dihen - avatar
0
your code output "kotlin, is, great": remove commas, and put 'K' (uppercase) letter at start instead "k" (lowercase)...
21st Jun 2021, 7:01 AM
visph
visph - avatar
0
thanks so much
21st Jun 2021, 8:19 AM
Dihen
Dihen - avatar