nerdexam
Oracle

1Z0-409 · Question #182

View the script given below: for i in $(seq 5) do echo $i done What is the output of this script?

The correct answer is A. 12345. See the full explanation below for the reasoning.

Question

View the script given below:

for i in $(seq 5) do echo $i done What is the output of this script?

Options

  • A12345
  • B54321
  • C1 2 3 4 5
  • D5 4 3 2 1

How the community answered

(43 responses)
  • A
    72% (31)
  • B
    2% (1)
  • C
    16% (7)
  • D
    9% (4)

Community Discussion

No community discussion yet for this question.

Full 1Z0-409 Practice