If Else Statements in Java
Update: 2021-07-15
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?
Comments
In Channel