Which statement in C# allows you to do the following: properly check the variable code to determine whether it contains the character C, and if it does, display ‘‘This is a check’’ and then advance to a new line? a. if code is equal to C Console.WriteLine(“This...