Chapter 9

Forks in the Road

IN THIS CHAPTER

check Writing statements that choose between alternatives

check Putting statements inside one another

check Writing several kinds of decision-making statements

Here’s an excerpt from Beginning Programming with Java For Dummies, 5th Edition, Chapter 8:

If you’re trying to store words or sentences (not just single letters), then you need to use something called a String.*

This excerpt illustrates two important points: First, you may have to use something called a String. Second, your choice of action can depend on something being true or false:

  • If it’s true that you’re trying to store words or sentences,
  • you need to use something called a String.

This chapter deals with decision-making, which plays a fundamental role in the creation of instructions. With the material in this chapter, you expand your programming power by leaps and bounds.

Decisions, Decisions!

Picture yourself walking along a quiet country road. You’re enjoying a pleasant summer day. It’s not too hot, and a gentle breeze from the north makes you feel fresh and alert. You’re holding a copy of this book, opened to Chapter 9. You read the paragraph about storing words or sentences, ...

Get Beginning Programming with Java For Dummies, 5th Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.