+ 1
Kotlin code problem...
Yey... I just make my first Kotlin code... But the output of Kotlin code is No Output... Can you guys tell me why the output of my First Kotlin code is No Output ?? This is my Kotlin code... 👇 https://code.sololearn.com/cGAffyzA1r53/?ref=app
2 Respuestas
+ 5
Jeff's JK (HTML challenger)
Remove first line because you already declared main and also remove last closing brackets
https://code.sololearn.com/cQRUO687T9KW/?ref=app
+ 1
Ohh...Ok...
Thanks for the answer...