Hello everyone my task is to write a program that reads quizzes from a file 'q.txt', randomly selects a number of questions, and
presents them to the user one-by-one, collecting user answers. After user has answered all questions,
program gives user the score.
please can someone give me the hint on how to go about it and how to handle the structure.
Thanks