(Guess capitals) Write a program that repeatedly prompts the user to enter a capital for a state. Upon receiving the user input, the program reports whether the answer is correct. A sample run is shown below:
Assume that fifty states and their capitals are stored in a two-dimensional array, as shown in Figure The program prompts the user to enter ten states’ capitals and displays the total correct count.

Figure A two-dimensional array stores states and their capitals.

We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.