The Java PAL is designed to be paired with the Sixth Edition of Joyce Farrell's Programming Logic and Design text. Together, the two books provide the perfect opportunity for those who want to learn the fundamentals of programming and gain exposure to an actual programming language. Readers can discover how real Java code behaves within the context of the traditional language-independent logic and design course.
Chapter 1 An Introduction to Java and the Java Programming Environment
Chapter 2 Variables, Operators, and Writing Programs Using Sequential Statements
Chapter 3 Writing Structured Java Programs
Chapter 4 Writing Programs that Make Decisions
Chapter 5 Writing Programs Using Loops
Chapter 6 Using Arrays in Java Programs
Chapter 7 Using Methods in Java Programs
Chapter 8 Writing Control Break Programs
Chapter 9 Sorting Data and File Input/Output
Chapter10 Additional Topics