Statements & loops Posted on September 21, 2022 - 11:29 pm by RudraStatements Very often when you write code, you want to perform different actions for different conditions. You can use conditional statements in your code to do this.