Return the interquartile range of s: the 75th percentile minus the 25th percentile (using linear interpolation between data points for the percentiles).
s
Sample data: s:
0 1 1 2 2 4 3 7 4 9 5 12 ... (10 rows total)
solve(...)