1D0-437 Web TestEngine demo

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

Consider the following program code:

@array = (10, Masami, 10..13, Niklas);

for ($i = 1; $i < $#array; $i++)

{

print($array[$i] );

}

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