CompTIA ITF+ FC0-U61 Practice Question
As a programmer, you have been tasked with creating a program that needs to keep track of the names of all the staff members in an office along with their respective office room numbers. You need to choose a data structure that will allow you to store these pairs and look up any staff member's room number efficiently. Which data structure should you use for this purpose?
Standard array
Variable
Associative array
String