If-statement diagram is a very common strategy to solve if-condition problems.
You can try the following question with the if-statement diagram on the left.
On the left is a very basic if-statement flow chart, since there is only one condition.
You can learn more about flow charts in the Python flow chart book on the homepage!
Example:
If it is a hot day, then HokieBird need to wear a T-shirt.
If it is a chilly day, then HokieBird need to wear a Winter-jacket.