Oracle
1Z0-409 · Question #221
As a root user you execute the commands as shown below: [root@station1]# a=$((10 % 4 + 6 * 2)) [root@station1]# echo $a What would be the output of the echo statement?
The correct answer is C. 14. See the full explanation below for the reasoning.
Question
As a root user you execute the commands as shown below:
[root@station1]# a=$((10 % 4 + 6 * 2)) [root@station1]# echo $a What would be the output of the echo statement?
Options
- A2
- B12
- C14
- D10
How the community answered
(43 responses)- A14% (6)
- B5% (2)
- C70% (30)
- D12% (5)
Community Discussion
No community discussion yet for this question.