I have an exercise in logic but I have not been able to understand how to do it
I have a txt file with the answer question format and a line break where it follows that same format:
1-question
answer
- jump line -
2-question
answer
- jump line -
etc ....
the idea is to read that txt file and show the question in the console and then the user can answer it if it is ok, continue with the next question if he does not show the question again.
I do not know if I made myself understood.