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