1) Use code Tags
2)SortNow(); // No paramater
3)private int SortNow(int[] a,int i, int n) // Three Paramter
You are calling a function which dont exist...
Pass paramters or make empty paramter function.
Majestics
Practically a Master Poster
621 posts since Jul 2007
Reputation Points: 199
Solved Threads: 49
1) Use Code Tags [code] Code here [/code]
2) for(int i = 1; i < n; i++)
{
SortNow(int[] w, int n);
}
// dont u know how to pass paramter to function
3) Have u imported java.util.ArrayList; for Array List
4) We all make blunder's when we try new things, it isnt stupidity, that what call learning , but before starting try to read books so you can fully use your brain cells at time of coding.
Majestics
Practically a Master Poster
621 posts since Jul 2007
Reputation Points: 199
Solved Threads: 49
Majestics
Practically a Master Poster
621 posts since Jul 2007
Reputation Points: 199
Solved Threads: 49