User Tools

Site Tools


twod

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
twod [2024/11/18 15:08] frchristwod [2024/11/18 15:09] (current) frchris
Line 55: Line 55:
         c.columnMajor();         c.columnMajor();
         System.out.println("Row Major counts from the first row then across the columns:\n"+r);         System.out.println("Row Major counts from the first row then across the columns:\n"+r);
-        System.out.println("Row Major counts from the first column then down the rows:\n"+c);+        System.out.println("Column Major counts from the first column then down the rows:\n"+c);
         r = new TwoD(7);         r = new TwoD(7);
         c= new TwoD(7);         c= new TwoD(7);
Line 61: Line 61:
         c.columnMajor();         c.columnMajor();
         System.out.println("Row Major counts from the first row then across the columns:\n"+r);         System.out.println("Row Major counts from the first row then across the columns:\n"+r);
-        System.out.println("Row Major counts from the first column then down the rows:\n"+c);+        System.out.println("Column Major counts from the first column then down the rows:\n"+c);
  
     }     }
twod.1731960489.txt.gz · Last modified: 2024/11/18 15:08 by frchris

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki