Question: This code printed `{0, 0}`. How can you fix it?
- use `json.Decoder`
 - Pass a pointer to `data`
 - Make `X` and `Y` exported (uppercase)
 - Use field tags
 
Answer: The correct answer of the above question is Option C:Make `X` and `Y` exported (uppercase)