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)- A72% (31)
- B2% (1)
- C16% (7)
- D9% (4)
Community Discussion
No community discussion yet for this question.