static void ReverseASentence() { var obj = new CareerCupQnA(); Console.WriteLine(obj.ReverseASentence("I have a book")); }