From The Book
Required: 2.1, 2.2, 2.4 - 2.6, 3.1, 3.2, 3.4, 3.5Slide Handouts
Data Types
Arithmetic Operations and Assignment
Variables
Additional Information
Common Error #1 Example
Forgetting to declare variables
Common Error #2 Example
Storing one kind of data in a different kind of variable
Common Error #3 Example
Using uninitialized variables
Common Error #4 Example
Improper integer division
Common Error #5 Example
Mixing data types without understanding the consequences
Common Error #6 Example
Forgetting << in cout