Lecture Slides
Chapter 1 slides
Chapter 2 slides
Java facts
Example program illustrating one way to interact with user
Chapter 3 slides
Chapter 3 example program
Chapter 3 Problem 8
Chapter 3 Problem 18
Chapter 4 slides
Draw.zip
The Library project
The Book class
The Patron class
The Library Manager class
The Quadratic Equation class
Currency Converter Program
Instantiable Loan Calculator Class
Loan Calculator Driver
Chapter 5 slides
If Example
Switch Example
Chapter 6 slides
do-while example
while example
Chap 6 Example
HiLo example: HiLoMain class
HiLo example: HiLo class
Recursion Example
LoopMaster: Finding smallest and largest
MyMath.java
Chapter 9 slides
Chap 9: String Example
Problem 11
Problem 18
Chap 9: String Buffer Example
Chap 9: MyStringUtilities class
Chap 9: StringTest class
Chap 9: Message class
Chap 9: MessageMain class
Chapter 10 slides
Chap 10: Array Example
Chap 10: Person Example
Chap 10: PersonMain Example
MyMath example: standard deviation
MathTest example
2D Array example
Uneven 2D Array example
Chap 10: County Example
Chap 10: CountyMain Example