/* Problem Name is &&& Median Two Sorted Arrays &&& PLEASE DO NOT REMOVE THIS LINE. */
/**
* Instructions to candidate.
* 1) Run this code in the REPL to observe its behaviour. The
* execution entry point is main().
* 2) Find the median of the two sorted arrays.
*/
Ques 2. Given a row and column, find the element at corresponding location in a pascal's triangle.