Question: Design and implement a c++ quiz program. The program should read questions and answer information from a file StatesCapitals.txt. For example, a state capital quiz
Design and implement a c++ quiz program. The program should read questions and answer information from a file "StatesCapitals.txt". For example, a state capital quiz would contain the state and its capital on each line (e.g., Ohio:Columbus). Your program should ask a fixed number of questions and output the number of correct answers. create at least three separate functions in your design. Please type code and include screenshots of output of the code. Also code must be well commented.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
