nerdexam
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)
  • A
    13% (4)
  • B
    3% (1)
  • C
    6% (2)
  • D
    78% (25)

Community Discussion

No community discussion yet for this question.

Full 1D0-437 Practice