|
Note: |
The two new things in this C# code that are not in the Java code are:
1) casting, which will be covered more in Chapter 3.
2) declaring objects and using methods, which will be covered more in Chapter 4.
Skim the code now and then go back to it later and it will make more sense. |