using System.Collections.Generic;
using System.Threading.Tasks;
namespace ConsoleApplication6
static void Main(string[] args)
Dictionary<int, string> Employee = new Dictionary<int, string>();
Console.WriteLine("ENter id and name of employee");
Key = int.Parse(Console.ReadLine());
value = Console.ReadLine();
foreach(var item in Employee.Keys)
foreach (var item in Employee.Values)