Collections

Exercise: Loop through the dictionary

Goal

Please create a foreach loop after the dictionary declaration and loop through the tiems, writing the Value to the console using Console.WriteLine. Your loop variable should be declared as 'var'.

Page 16 of 31