using System;class MainClass{ static void Main(string[] args) { string MyString = " \"Question\" "; Console.WriteLine(MyString); }} "Question"