## Has City ### Instructions Create a function `hasCity` that given a country and an array of cities of that country and it returns whether a city is part of that country or not. If it is, it should be returned ` is a city from `, otherwise ` is not a city from .`