Decision Making Statements In Java (if, if-else, nested-if, switch)

Опубликовано: 30 Сентябрь 2024
на канале: Awake Learning
69
1

Decision Making in programming is similar to decision making in real life. In programming also we face some situations where we want a certain block of code to be executed when some condition is fulfilled.

In this video we will discuss about decision making statements like if, if-else, nested-if and switch. These statements allow you to control the flow of your program’s execution based upon conditions known only during run time.

#decisionmaking #decisionmakingstatements #decisionstatements #if #ifelse #nestedif #switch