What is the use of Conditional Statements?

This control structure is used to execute some line of code if a particular condition is fulfilled. If not, then it executes some other line of code.

1 Like