Sample.DeepThought.DoSomeThinking C# (CSharp) Method

DoSomeThinking() public method

public DoSomeThinking ( ) : void
return void
        public void DoSomeThinking()
        {
            Console.WriteLine("Q: {0}", (string)_question);
            Console.WriteLine("A: {0}", (int) _answer);
        }