nerdexam
CIW

1D0-437 · Question #63

Consider the following program code: @array - ("ALPHA", "beta", "GaMmA"); sort (@array); print ("@array"); What is the output of this code?

The correct answer is C. ALPHA betaGaMmA. See the full explanation below for the reasoning.

Question

Consider the following program code:

@array - ("ALPHA", "beta", "GaMmA"); sort (@array); print ("@array"); What is the output of this code?

Options

  • AbetaGaMmA ALPHA
  • BALPHAGaMmA beta
  • CALPHA betaGaMmA
  • Dbeta ALPHAGaMmA

How the community answered

(29 responses)
  • A
    3% (1)
  • B
    3% (1)
  • C
    83% (24)
  • D
    10% (3)

Community Discussion

No community discussion yet for this question.

Full 1D0-437 Practice