PrepAway - Latest Free Exam Questions & Answers

What is the value of $array2[0] after the code is executed?

Consider the following code:
$_ = “New York”;
@array2 = split(//);
What is the value of $array2[0] after the code is executed?

PrepAway - Latest Free Exam Questions & Answers

A.
“”

B.
“N e w”

C.
“NewYork”

D.
“N”

2 Comments on “What is the value of $array2[0] after the code is executed?


Leave a Reply