Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

im trying to create an array that sorts the input numbers in increasing order. t

ID: 3537871 • Letter: I

Question

im trying to create an array that sorts the input numbers in increasing order. the problem i am having is shifting the array to make room for the new number. if anyone has any ideas to fix this it would be greatly appreciated.

ex. if 1 1 4 3 2 is inputted the array would be 1 1 2 3 4. thanks again
im trying to create an array that sorts the input numbers in increasing order. the problem i am having is shifting the array to make room for the new number. if anyone has any ideas to fix this it would be greatly appreciated.

ex. if 1 1 4 3 2 is inputted the array would be 1 1 2 3 4. thanks again

Explanation / Answer

This can be done with the help of list and you have to create array that is larger then the previous one.!!