nerdexam
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)
  • A
    14% (6)
  • B
    5% (2)
  • C
    70% (30)
  • D
    12% (5)

Community Discussion

No community discussion yet for this question.

Full 1Z0-409 Practice