q1.An input array has been given you have to return an array whose each element is quotient of product of that array divided by element at that index input array={2,4,7,10} output array={280,140,80,56} q2. given an array find the pair of elements such that a+b=c+d