0
/ 1.0
The soccer team is using a Map
to track which students have or haven't submitted their medical records. The map is using team member's...
The soccer team is using a Map
to
track which students have or haven't submitted their medical records.
The map is using team member's names as keys. A value of true
means this person has submitted their forms. A value of false
means
they have not.
Add the key/value pairs listed above to the given map, then return it.
Your feedback will appear here when you check your answer.