I have to make a quiz machine program in in Visual Basic with the following:
A menu strip that must be formed programmatically (ie NOT dragged and dropped onto the form). There should be an exit option added to the menu strip that must exit the application.
A structure must be formed to encapsulate all the questions and suggested answers. The structure must contain:
- Question String
- Answers Collection
- Correct Answer String