1D0-437 Web TestEngine demo

Exit VCEDump 1D0-437 CIW PERL FUNDAMENTALS
Question 6 of 23
0% complete
Q6 Single choice

Consider the following program code:

%color = (sun => yellow, apple => red);

reverse(%color);

@colorKeys = sort(keys(%color));

foreach(@colorKeys)

{

print($color{$_} . );

}

What is the result of executing this program code?

Sign in to mark questions

Sign in to save marked questions and return to this demo.

Sign in