Need help with coding in an array
1. I have an array with a list of $countries
2. $un_secretaries contains the names of current and former secretaries-general of the UN; their native country is the key to the array.
3. $nobel_winners contains some of the countries which have produced Nobel Peace Prize winners some time in the last 20 years.
1. My job is to loop through the array and extract the name of the country UN secretary general; if so, print the country name and the name of the un secretary general
2. whether each country has produced a Nobel Peace Prize winner; if so, print a statement that says so which includes the name of the country
Any help