<t> 1. 3 random variables A,B,C, iid Uniform(0,1) what's the probability of A>B? A>C? 2. an array consisting of n numbers {1,...,n}, one of them is set to 0. how to find it? what's the complexity?3. given a class, with constructor/copy constructor/= operator/destructoryou want to add a new pointer t...