How could I make team1 in method1 work in method 2?
static void method1() { string team1 = ""; team1 = Console.ReadLine(); } static void method2() {