Table of Contents

MSP - Assignment 5

For those of you who are behind on you blogs, you must catch up. This includes writing better answers than “I don't know” to the questions that get asked.. You know who you are!

For those of you that didn't finish the Eclipse packet, please do that now.


PASTEBIN is where you must store one Java program you've written.

Go to pastebin.com

Make sure you select the right options for it:

THE END (of this section)


Finally, I want 3 Java Programs. You can write the code all in the main function.

Create an array that has 10 values: {30, 2, 46, 8, 64, 88, 59, 86, 7, 29}

For more help: http://mathbits.com/MathBits/Java/arrays/Sorting.htm

For more help: http://mathbits.com/MathBits/Java/arrays/Declare.htm

For more help: http://visualsort.appspot.com/

I want the output to look like this in your console window:

Initial Array: 30 2 46 8 64 88 59 86 7 29
New Array: 2 7 8 29 30 46 59 64 86 88