CS 40 - Lecture 7

Cover page image

Cay S. Horstmann

Lecture 6 Recap

???

Variables

???

Example: Voting Machine

???

What Kind of Variables?

What are the variables in the voting machine?

  1. Local variables
  2. Instance variables

Answer in ActiveLecture.org

Lab # 1: Combo Lock

???

Track the Number

Make an Instance Variable

Make an Instance Variable (Cont'd)

Initializing

Changing Values

Answers in ActiveLecture.org

Too Boring?

???

Why Local Variables?

Lab #2: Local Variables

Reminders

???