1.FirstName?.let { println(
2.A null pointer exception is thrown
3.FirstName is equal to null
4.FirstName is equal to an empty string
Answer:2