Laboratory Exercise for Week 8 Thanks are due to Dr. Kevin O'Gorman and Dr. Phil Nico (original author.)
Remember to keep in mind what "static" means (with reference to variables especially). Also watch for formal parameter lists that can temporarily override other variable names in the class. The same is true for local method variables. Keep track of separate instance variables and their values at given times during the execution ("time" meaning the sequential execution of instructions that will begin with main... remember: execution always begins with the main method!)
1 May 2003 csturner@csc.calpoly.edu |
Back to CPE 101 page |