PPT Slide
Chapter 2 & 3 Topics
An Algorithm is . . .
Three Control Structures
Java control structures
50 Java Keywords
Control Structures
What can go wrong here?
Improved Version
if/else Syntax
Conditional (Ternary) Operator ?:
What is the value of each expression?
Multi-alternative selection
Nested if statements
Multi-way branching
Bad Example has output: FAIL
To correct the problem, use braces
Screen I/O
while Structure
Count-controlled loop
Examples of kinds of loops
A Sentinel-controlled loop
Java application
About Java Applications
Another Java application
Pattern of a nested loop
To design a nested loop
Floating-point values
Expressions in Java
boolean Data Type
Applet Using while
Applet Using for
Example of Repetition
The output was:
Switch Statement
switch Structure
Control in switch Structure
Applet Using do/while
break Statement
continue Statement
Short-Circuit Evaluation
Short-Circuit Example
More Short-Circuiting
What happens?
Email: ssorkin@ccbc.cc.md.us
Home Page: http://www.essex.cc.md.us/Essex/people/ssorkin