Create an associative array using $array1 as the keys and $array2 as the values
$array1 = ['country', 'capital', 'language'];
$array2 = ['France', 'Paris', 'French'];
Create an associative array using $array1 as the keys and $array2 as the values
$array1 = ['country', 'capital', 'language'];
$array2 = ['France', 'Paris', 'French'];