Conditional - If Statement
If Statements
bool
true
false
the not operator
!
initialization statement
if/else
if/else
if/else
if/else if/.../else
If statements are conditional statements. Remember in control flow, we have sequence, we have iterative, and we also have cond...
blog.cloudnativefolks.org2 min read