Decisions
Sometimes when we are programming we will have to make decision to execute one blockof code based on some condition. to make this happen we can use one of these decision statements.
If/else
Switch
Expression
Ternary ? Operator
If/else
if st...
lovekush.hashnode.dev2 min read