I have to write a program that order the elements of an array in a specific way. Then, take input values from the user to fill the array and print all the elements of the array. They should all be sorted in ascending order. This is what I have so far, but I am getting errors. (Im new doing this things). I will appreciate any comments. thanks.