Decision Making in programming is similar to decision-making in real life. In programming also face some situations where we want a certain block of code to be executed when some condition is fulfilled.
Java’s Selection statements:
- if
- if-else
- nested-if
- if-else-if
- switch-case
- jump – break, continue, return
No comments:
Post a Comment