I am working on a program that will generate, print, sort, and print a random integer vector of size 10. I will do these with several void functions that are
I am having problems with my findMin function in selection sort, it says in passing first argument. Here is the function prototype and function definition