public static void Main()
Console.WriteLine("Hello write the score of the Boston");
scoreB=int.Parse(Console.ReadLine());
Console.WriteLine("Hello write the score of the Dalas");
scoreD=int.Parse(Console.ReadLine());
Console.WriteLine("Boston won more then Dalas");
Console.WriteLine("Dalas won more then Boston");