Relative Content

Tag Archive for c++math

Problems finding median of an array in c

I am attempting to find the median from an array of data in c, every time I attempt to though, I get zero even though there is only one zero in the array, the array is sorted.