CIW PERL FUNDAMENTALS 1D0-437 Question # 39 Topic 4 Discussion

CIW PERL FUNDAMENTALS 1D0-437 Question # 39 Topic 4 Discussion

1D0-437 Exam Topic 4 Question 39 Discussion:
Question #: 39
Topic #: 4

Consider the following program code:

%employees = ("Lucy", "Accounting", "Armando", "Finance",

"Adrienne", "Marketing");

delete($employees{"Lucy"});

Which of the following lines of code has the same effect as the preceding code?


A.

%employees = ("Adrienne", "Marketing");


B.

%employees = ("Lucy", "Accounting");


C.

%employees = ("Lucy", "Accounting", "Armando", "Finance");


D.

%employees = ("Armando", "Finance", "Adrienne", "Marketing");


Get Premium 1D0-437 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.