Decision making statement
Introduction Decision making statement is used for making decisions based on conditions. Depending on the condition the statement is executed.
Introduction Loop statement are the set of codes that are used for repeating a block of code. They are very powerful statements in programming. Loops are also called repetitive structures.