Conditional Statements
Sometimes you have to take actions based on the user's input or maybe you have to run a block of code based on conditions, in that case, we can use conditional statements.
There are 4 types of conditional statements :
if statement
it is used to execu...
paarthmane.hashnode.dev2 min read