Java : Decision Making Statements
Java : Decision Making Statements
All the program statements in java executed sequentially in the order in which they appear. This order of execution can change when there is used jumping statements or the repetition of certain statements or any decision making statements.
These are some decision making statements:
if Statement
if-else statement
else-if statement
switch statement
Below is the syntax for each decision making…
View On WordPress















