Question: How would you call a function that throws errors and also returns a value?

  1. `!try`
  2. `try?`
  3. `try!`
  4. `?try`

Answer: The correct answer of the above question is Option B:`try?`