0
Keys and elements in array
pls, help! i don't know how use foreach to arrays Given an array $arr with the keys 'Kolya', 'Vasya', 'Petya' and elements '200', '300', '400'. Use the foreach loop to display a column of rows in this format: 'Kolya-salary 200 dollars.'
2 Answers