Conditional Statements: `if-else if-else` (Part 2)
In the previous article, we learned the basics of if-else expressions. This is great for handling a single condition, but what if you have multiple conditions you want to check? For this, Rust provides the else if expression.