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!)
I include the code you are to analyze
Variable.java and
ExamClass.java. I also include a Microsoft
Word file you must print out in order to record your work as
worksheet.doc.
Due: in lab on Thursday.
1 May 2003 csturner@csc.calpoly.edu |
Back to CPE 101 page |