Assignment Hub - Best Programming Platform
# Background <a name=”background”></a> ## Conditional Statements Conditional statements, also known as decision statements or branching statements, are used to make a decision based on condition. A condition is an expression that evaluates to a boolean value, either true or false.