1 Suppose Alice Has Picked Three Distinct Integers And Placed Them Into A Stack S In 1223322

1. Suppose Alice has picked three distinct integers and placed them into a stack S in random order. Write a short, straight-line piece of pseudo-code (with no loops or recursion) that uses only one comparison and only one variable x, yet guarantees with probability 2/3 that at the end of this code the variable x will store the largest of Alice’s three integers.