Pet Feeding Adventure: Learn If-Else
Help feed the correct food to the pet and learn about if-else statements!
ðķ
If
Pet?
âĄïļ
Then
Food?
âĄïļ
Result
?
If the pet is a dog or cat, then check what food is given, and show the result.
The arrows show the order of the if-else statement: first check the pet, then the food, then show the result.