int a = 10;switch (a){ case 1: Console.WriteLine("Amatya"); break; case 2: Console.WriteLine("Agyey"); break;}
Login to post response