Java - If Statements and Branching your Code
Video Reference: https://youtu.be/BZbPSpgPsVs
Book Reference: pg. 87-90
An if statement is a statement in code that evaluates a condition and if that condition is true, it will run the block of code in the branch.
If statements are one of a cou...
simpson.hashnode.dev5 min read