public static void Main(string[] args)
Console.WriteLine("Enter amount of money to withdraw: ") ;
money = Convert.ToInt32(Console.ReadLine());
Console.WriteLine("You want to ,withdraw {0} Baht", money);
Console.WriteLine("thsi has only 100 banknotes");
Console.WriteLine("Exceed max withdrawl limit.");
Console.WriteLine("Money must be more than 0.");