CIW
1D0-437 · Question #41
Consider the following program code: @array = ("Y","W"1"X"); ''rray = sort(@ array); unshift(@array, "Z"); print(@array[0]); What is the output of this code?
The correct answer is D. z. See the full explanation below for the reasoning.
Question
Consider the following program code:
@array = ("Y","W"1"X"); ‘‘rray = sort(@ array); unshift(@array, "Z"); print(@array[0]); What is the output of this code?
Options
- Aw
- Bx
- CY
- Dz
How the community answered
(32 responses)- A13% (4)
- B3% (1)
- C6% (2)
- D78% (25)
Community Discussion
No community discussion yet for this question.