Exercise for loops * Make array of food names. * Make array of food prices (EEK). * Make a loop to display to screen foods with name and price (EEK). * Make a loop to display to screen foods with name and price (EEK) and price (EUR). var foodnames=new Array("Apple", "Banana", "Cinnamon"); var foodprices=new Array(10, 20, 200);