Download presentation
Presentation is loading. Please wait.
1
Unit-1 Introduction to Java
Control structures including selection &Looping
2
Control structures
3
DECISIONCONTROLSTRUCTURES
4
If-statement
5
IF-ELSE STATEMENT
6
IF-ELSE LADDER(MULTIPLE IF ELSE)
7
Switch Statement …………………………………………………………………………………………………
8
Repetition Control Structures
9
While Loop
10
Do…While Loop
11
For Loop
12
Java’s Jump Statements
Java supports three jump statements: break, continue and return. These statements transfer control to another part of the program.
13
Break Statement
14
Continue Statement
15
Return Statement
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.