codydixon731 codydixon731 22-05-2024 Computers and Technology Answered 346. What is the output for the segment of pseudocode below?int x - 5int y - 2int z - 10if (x+y>z)x + y + zelsex-y-zend ifprint x + " " + y + " " + za) -8+2+10b) 5+2+10c) 5210d) -82 10