Chapter 9

Forks in the Road

In This Chapter

arrow Writing statements that choose between alternatives

arrow Putting statements inside one another

arrow Writing several kinds of decision-making statements

Here’s an excerpt from Beginning Programming with Java For Dummies, 3rd Edition, Chapter 2:

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

The excerpt illustrates two important points: First, you may have to use something called a String. Second, your choice of action can depend on something’s 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, and then ...

Get Beginning Programming with Java® For Dummies®, 3rd 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.