CSC108 Lecture Outline - Week 5
Week of June 11, 2001
Week 5 Outline
Example of method that returns a boolean
Example of a static method (doesn't use static variable)
Example of a static method (uses static variable)
Conditional Statements
Methods equals() and toString()
Testing
Announcements
The following marks are available on the course web site:
Mike McGuffin: Q2, Q3, A0
Dave Hill: Q2, Q3, A0
Sarah Imrisek: none
Adam Cornwell: none
If there is a problem with how any of your marks have been
recorded, please take your assignment or quiz to your TA and
your TA will make the correction for you.
Just a reminder that you are allowed to use your Java API guide
for the quizzes, midterm exam, and final exam in this course.
I have just posted some information about the midterm exam
on the "Exams" link on the course web site.
I've posted an announcement that works through an example
that will help you to understand A1.