Code Academy
Challenge 11
Write a function, `getX`, that given an int `x` and a integer array `num`, returns the Xth number if the list was in sorted order. In other words, the Xth smallest number.