Это говорит о неожиданной строкой, просьба помочь
using System; using System.Collections; using System.Collections.Generic; class MainClass { public static void Main (string[] args) { Console.WriteLine ("Gimme some values"); string a = Console.ReadLine(); string b = Console.ReadLine(); var anurag = new Dictionary<string, string="">(); anurag.Add(a, b); Console.WriteLine(anurag[a]); Console.WriteLine("Do you want to add another entry?") string c = Console.ReadLine(); if(c.ToLower()=="yes"){ Console.Write("Write Name: "); string d = Console.ReadLine(); Console.Write("Write Name: "); string e = Console.ReadLine(); anurag.Add(d, e); } else{ Console.WriteLine("Ok"); } } }
Что я уже пробовал:
Я не знаю, что попробовать.. моя программа не будет работать пожалуйста помогите