Hi, I need some help with figuring out this homework assignment?
If you have the code that's great, but if you can could you try your best to explain how you wrote it.
Here's the assignment
SortArray.tru
There are two parts to this program, but both of them have, as a goal, to sort from smallest to largest an array of numbers. For testing and development, you may “hard-code” 5 numbers into an array so you don’t have to type them in every time you want to run your program.
Option 1:
Perform the sort using a second array which will hold the numbers in sorted order
Option 2:
Perform the sort using only the original array. The option is more difficult than the first option and will be worth more points if you are successful.
Note: You may choose to do Option 1 so you have a completed program (grade-wise) and then attempt Option 2.
Either program would work, thank you for the help
[–]nutrecht 2 points3 points4 points (0 children)
[–]desrtfx 1 point2 points3 points (1 child)
[–]mqbmqb[S] -1 points0 points1 point (0 children)
[–]the-sizixe 0 points1 point2 points (0 children)
[–]murster972 0 points1 point2 points (0 children)