Exemplo n.º 1
0
        public static void RedOrBlack()
        {
            Console.WriteLine("Would you like to bet on Red or Black?" +
                              "\n1 = Red" +
                              "\n2 = Black");
            string myInput = Console.ReadLine();

            FourtySixPrecentClass.FourtySixPrecent();
        }
Exemplo n.º 2
0
        public static void BetOnLowsOrhighs()
        {
            Console.WriteLine("Would you like to bet on Low or High?" +
                              "\n1 = Low: 1 - 18" +
                              "\n2 = high: 19 - 36");
            string myInput = Console.ReadLine();

            FourtySixPrecentClass.FourtySixPrecent();
        }
Exemplo n.º 3
0
        public static void OddOrEven()
        {
            Console.WriteLine("Would you like to bet on Odd or Even?" +
                              "\n1 = Odd" +
                              "\n2 = Even");
            string myInput = Console.ReadLine();

            FourtySixPrecentClass.FourtySixPrecent();
        }