If Else Statements in Java
Jul 15, 2021•7 min•Ep. 16
Episode description
Adding on an else statement to last week’s code. These help to account for other scenarios or options not covered by just a plain if statement. Like what if you order a grilled cheese but the restaurant is out of Texas Toast, what other options are there?