Hello. My main works properly but I believe my functions are not working. When I run the program, there is no output.
What I'm trying to do is create an array from a data file with an unknown amount of elements, use bubble sort ascending order, find the median of the array, and output results.
Could anyone direct me to the "obvious" errors I am unable to recognize? Thank you in advance!!!
Thank you MiiNiPaa but I'm not sure where I'm calling another function. I thought I needed prototypes above my function (if you're talking about lines 9-11). If you're talking about within the main(), I'm not sure where I'm calling another function.
Hello, I've attempted to call the output function from the Main but I'm unsure where it should be located and how it should look. If I want to call the 'output' function, should it look like output() or cout output()? Please help. I've been looking at this so such I'm driving myself crazy. Thanks!
Thank you MiiNiPaa. I have everything working now except for the 25th and 75th percentile median. I'm not 100% sure how to code it in my median function. Any help or direction is appreciated! Thank you.