I have an extra point project due, and was wondering if anyone wouldn't mind looking at it and giving links or code for the project.
The problem is I don't even know the basics on Java and this project exceeds the basics.
Here it is:
[1]. Loop until -99 is entered
[2]. Display a Menu of the following choices
1. Enter numbers into an array of 10 integers.
2. Display the numbers in table form
3. Compute a bubble sort routine on the array
4. Compute a insertion sort routine on the array
5. Compute a quick sort routine on the array
6. Display the array in reverse
7. Display the maximum, minimum, and average elements of the array.
8. Continue (anything but -99) or Exit (-99)
I know this kinda looks bad on my part but this forum is my only hope in getting the extra points.
Thanks for your time.....and btw just remember I know little html, but no Java.
The problem is I don't even know the basics on Java and this project exceeds the basics.
Here it is:
[1]. Loop until -99 is entered
[2]. Display a Menu of the following choices
1. Enter numbers into an array of 10 integers.
2. Display the numbers in table form
3. Compute a bubble sort routine on the array
4. Compute a insertion sort routine on the array
5. Compute a quick sort routine on the array
6. Display the array in reverse
7. Display the maximum, minimum, and average elements of the array.
8. Continue (anything but -99) or Exit (-99)
I know this kinda looks bad on my part but this forum is my only hope in getting the extra points.
Thanks for your time.....and btw just remember I know little html, but no Java.