In this session, you learnt about If, Else If, and Switch statements. You also learnt how to implement one conditional statement inside another statement using nested If Else statements. You can use what you learnt to convert real-life situations into code, and you can use these code to make decisions. A very famous statistical method called the decision tree, often used in decision-making, also relies heavily on If Else statements. You may read about it in the links provided below.