I am trying to make my program display the original array and then sort it and display the sorted array with pointers, and then finally display the array in its original state. So far I've gotten the original as well as the sorted array to display, however the third display shows up as the sorted array as well. But I need it to be in the original state. I think I'm not using the pointers correctly and that I am actually changing the array, If someone could explain to me where the error is it would be greatly appreciated!I am trying to make my program display the orig