Follow the conventions

Report a typo

The following code snippet does not follow Kotlin code conventions. Can you tell which conventions the code violates? (Choose all that apply.)

fun main() 
{
val lines = 5; 
             println(lines); 
                           var words = 12;
  println(words) }
Select one or more options from the list
___

Create a free account to access the full topic