Question: To convert a `Result` to an `Option`, which method should you use?

  1. `.as_option()`
  2. `.ok()`
  3. `.to_option()`
  4. `.into()`

Answer: The correct answer of the above question is Option B:`.ok()`