Lecture 20 – March 29, 2005

 

Late addition:  Download  Sports1.java  and Sports2.java.

                      print them out (each on a separate page)

                      draw a diagram representing the structure of each on its page

                      bring the printouts to lab tomorrow.

 

Went over deliverables for Lab 17.

 

Went over Lab16 key 

·        emphasized that execution does not end after the 7th call but continues from the initial call level with j = 2

·        suggested students continue tracing from that point

 

Went over Programming Assignment #4 requirements and due dates

 

Slides for Parameter Passing in java have been modified.  Please read them carefully.

 

Code illustrating Parameter Passing in java has been modified.  Please study it.  ParameterPassing.java   TestParameterPassing.java

 

Additional code has been added illustrating Parameter passing in Java.  It reinforces the ideas in the slides.   Pair.java  ParameterPassingExample1.java

 

Additional slides have been amended.