FLOW CONTROL

2
Flow Control tMyn 1 FLOW CONTROL Comparing Data Values Input Characters from the Keyboard The if Statement The if-else Statement Logical Operators The switch Statement

description

FLOW CONTROL. Comparing Data Values Input Characters from the Keyboard The if Statement The if-else Statement Logical Operators The switch Statement. Understanding Loops The while Loop The do-while Loop The for Loop Skipping Iterations or Terminating Loops Early. - PowerPoint PPT Presentation

Transcript of FLOW CONTROL

Page 1: FLOW CONTROL

Flow Control tMyn 1

FLOW CONTROL

• Comparing Data Values• Input Characters from the Keyboard• The if Statement• The if-else Statement• Logical Operators• The switch Statement

Page 2: FLOW CONTROL

Flow Control tMyn 2

• Understanding Loops• The while Loop• The do-while Loop• The for Loop• Skipping Iterations or Terminating Loops Early