Java Array Questions

1

Array manipulation
i want to create a 10×10 matrix(with user input) for e.g., i have given a small sample of 2×2 matrix and below is the description regarding what manipulation i want to do. say for e.g my matrix is 0.76   1 0      0.3 now what i want to do is that, whenever the value in the [...]

Answer Question   |  October 6, 2010  6:52 AM
Array, Array processing, Arrays, Arrays (programming), Diagonal matrix, Java, Java Array
asked by:
15 pts.

Java quick sort, reading from a user input file into any array (to be sorted)
Hey, What’s up y’all, I am trying to write some code in Java that will read in the numbers from a file (one # on each line of .txt file) put them into an array, and then run quick sort on the array. Eclipse is showing some red that I am having trouble with. My [...]

Answer Question   |  November 10, 2009  11:00 PM
Java, Java Array
asked by:
5 pts.

1