I have a code that successfully reads a csv file and sorts out each data row. The issue I am having is after sorting is done. The SortingPoints function is returning only the values of the array Numbers[];however I need the values from array Points[] as well. The reason I need both values is because both values will be used for the next two functions. Can anyone please send me to the right direction. Any help would be highly appreciate it.
Thanks