twod
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
twod [2022/11/17 11:38] – frchris | twod [2024/11/18 15:09] (current) – frchris | ||
---|---|---|---|
Line 3: | Line 3: | ||
{{ :: | {{ :: | ||
- | <code java> | + | < |
/** | /** | ||
* TwoD is a warm-up for dealling with initializing a 2 dimensional array | * TwoD is a warm-up for dealling with initializing a 2 dimensional array | ||
Line 55: | Line 55: | ||
c.columnMajor(); | c.columnMajor(); | ||
System.out.println(" | System.out.println(" | ||
- | System.out.println(" | + | System.out.println(" |
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(" | System.out.println(" | ||
- | System.out.println(" | + | System.out.println(" |
} | } |
twod.1668703118.txt.gz · Last modified: 2022/11/17 11:38 by frchris