A method can have many return statements. Let's start with the following code.
Let's say that we want to return nil if the country is not present.
In the above case we are checking if the country is being passed or not.
We are returning nil if there is no country.