A country is defined as a Good Country if it has ALL the following properties:
Write a method:
boolean isGoodCountry(String countryName, int numCities, int numVillages, boolean hasNuclearPower, String continentName, String[] neighborCountries)