CIW Related Exams
1D0-437 Exam
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?
Which one of the following while statements uses correct syntax and expressions?
Which statement will print the capital attribute of the $kansas object?