im trying to write this program but i feel like i an too stupid to know what the hell i am doing. I dont know if im on the right track of i totally messed up.
The primary purpose of this program is exercising your knowledge of complex function calls and
nested looping statements. You are to read in a series of numbers into an array of fixed length not to
exceed 100 numbers. Your program will stop accepting input when a negative number is input. Once
the negative number is input, your program will sort the numbers using a unique sorting algorithm
called the Hamming Sort and output the sorted array and the average (mean).