Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started