R Rakesh Kumar π Hard Worker β 28.44K Points π Operating System Architecture Q. What is the output of the following program? x = 3; y = 5; z = 10; if [( $x -eq 3 ) -a ( $y -eq 5 -o $z -eq 10 )] then echo $x else echo $y fi (A) 1 (B) 3 (C) 5 (D) error ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) 3