<Question>
<Questions ID="1">
<English> What is water in French? </English>
<Answer> Eau </Answer>
</Questions>
</Question>
I have the above XML file for example (question.xml), and I'll like to print the contents in "English" then request user input, then compare that to the "Answer". How do I do that in Java