Question: Write a java program that creates a dictionary containing the U.S states as key, and their capitals as values. Use the internet to get a
Write a java program that creates a dictionary containing the U.S states as key, and their capitals as values. Use the internet to get a list of the states and their capitals. The program should then randomly quiz the user by displaying the names of a state and asking the user to enter the states capital. The program should keep a count of the number of correct and incorrect responses. N.B. Use Dictionary data structure.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
