0
/ 1.0
A teacher is creating an answer key to a true/false quiz. They need a map that can store an integer question number and the corresponding...
A teacher is creating an answer key to a true/false quiz. They need
a map that can store an integer question number and the corresponding
correct answer as a Boolean
value (either true
or false
).
Create a Map that can store such data.
You don't need to add anything it, just create and return a Map
to
store the right data.
Your feedback will appear here when you check your answer.