CIW PERL FUNDAMENTALS 1D0-437 Question # 6 Topic 1 Discussion

CIW PERL FUNDAMENTALS 1D0-437 Question # 6 Topic 1 Discussion

1D0-437 Exam Topic 1 Question 6 Discussion:
Question #: 6
Topic #: 1

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.