Question: This code printed `{0, 0}`. How can you fix it?

  1. use `json.Decoder`
  2. Pass a pointer to `data`
  3. Make `X` and `Y` exported (uppercase)
  4. Use field tags

Answer: The correct answer of the above question is Option C:Make `X` and `Y` exported (uppercase)