1.You must wrap all implicit conversion in a try/catch block
2.You can only assign Long to an Int, not the other way around
3.There is no implicit conversion from Int to Long
4.All integers in Kotlin are of type Long
Answer:4