Exercises

We'll cover the following

Exercise 1

I’m looking for a yellow animal at the zoo. When I find it, I want to stop looking. Implement the find_yellow_animal function so that main compiles and produces the following output:

The Fox is not yellow.
The Monkey is not yellow.
The Polar Bear is not yellow.
I found a yellow Giraffe. Now I'm done looking.

Get hands-on with 1200+ tech skills courses.