Beispiel #1
0
        public static void OneBetOnColumns()
        {
            Console.WriteLine("What column would you like to bet on?" +
                              "\n1 = 1 - 12" +
                              "\n2 = 13 - 24" +
                              "\n3 = 25 - 36");
            string myInput = Console.ReadLine();

            ThirtyTwoPrecentClass.ThirtyTwoPrecent();
        }
Beispiel #2
0
        public static void BetOnDozen()
        {
            Console.WriteLine("Which dozen you like to bet on?" +
                              "\n1 = 1 - 34" +
                              "\n2 = 2 - 35" +
                              "\n3 = 3 - 36");
            string myInput = Console.ReadLine();

            ThirtyTwoPrecentClass.ThirtyTwoPrecent();
        }