twod
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
twod [2021/11/22 15:59] – created frchris | twod [2024/11/18 15:09] (current) – frchris | ||
---|---|---|---|
Line 1: | Line 1: | ||
Complete the code so that the main method produces the following output: | Complete the code so that the main method produces the following output: | ||
- | {{ :: | + | {{ :: |
- | <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 41: | Line 41: | ||
/** | /** | ||
- | | + | |
*/ | */ | ||
public void columnMajor() | public void columnMajor() | ||
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.1637614796.txt.gz · Last modified: 2021/11/22 15:59 by frchris