Question #235

Author: admin
tags: Kotlin  
val num1 = 11
val num2 = 5
println(num1 / num2) // ??
What will be printed?
2.2
2
2.0
1
Rate the difficulty of the question:
easyhard