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) }