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)- A3% (1)
- B3% (1)
- C83% (24)
- D10% (3)
Community Discussion
No community discussion yet for this question.