CIW 1D0-437 Question Answer
Consider the following program code:
@array = ("Y", "W", "X");
@array = sort(@array);
unshift(@array, "Z");
print(@array[0]);
What is the output of this code?
CIW 1D0-437 Summary
- Vendor: CIW
- Product: 1D0-437
- Update on: Jul 25, 2025
- Questions: 149