What would be the output of the echo statement?

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?

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?

A.
2

B.
12

C.
14

D.
10



Leave a Reply 0

Your email address will not be published. Required fields are marked *