0
/ 50
Complet this method to Add the numbers 0-9 as keys to the map. If the key is even, the value for that pair should be true
. If the key is...
Complet this method to Add the numbers 0-9 as keys to the map.
If the key is even,
the value for that pair should be true
. If the key is odd,
the associated value should be false
.
Finally, the Map should be returned.
For example:
true
.false
.Your feedback will appear here when you check your answer.