The names have been omitted to protect the innocent. — Find the median value For this question I was asked to find the median value given two integer arrays. The solution I came up with involved first combining the two arrays, sorting them, and then checking if the length of the combined arrays is an even number. Then, if the count is even we…