Java Reference
In-Depth Information
CHAPTER
C ONTROL S TRUCTURES I:
S ELECTION
IN THIS CHAPTER, YOU WILL:
.
Learn about control structures
.
Examine relational and logical operators
.
Explore how to form and evaluate logical (boolean) expressions
.
Learn how to use the selection control structures if and if...else in a program
.
Learn how to avoid bugs by avoiding partially understood concepts and techniques
.
Learn how to use the selection control structure switch in a program
.
Explore how to compare strings
 
 
 
Search WWH ::




Custom Search