Conditionals: Boolean and if/else statements
Life is full of decisions to make. A computer program would be smarter if it could make decisions too, so every programming language supports conditional statements which can change the behavior of a program depending on different situations.
In this chapter, we will learn about Boolean expressions and if
statements.