Search:

Type: Posts; User: 07.350

Search: Search took 0.11 seconds.

  1. Re: Single dimension array to multidimension array

    yes, sorry!
  2. Re: Single dimension array to multidimension array

    It's the third last method


    /** Sort by simple interest **/
    public static void sortBySimple(double[][] arrPrincipalAmt ,double[][] arrInterestRate, double[][] arrTerm, double[][] arrSimple,...
  3. Re: Single dimension array to multidimension array

    It would be sorted by the row.


    [Line #] [Principal Amount] [Interest Rate] [Term] [Simple Interest][Compound Monthly] [Compound Weekly][Compound Daily]
    1 $1375.0 1.175% 7 $9.42448 $9.45221...
  4. Single dimension array to multidimension array

    I'm trying to convert my single dimensional array into a multidimensional array [5][7]. I know I have to convert my methods sortBySimpleInterest and displayInterest to accept a single...
Results 1 to 4 of 4