using System;
public class Program
{
public static void Main()
Console.WriteLine( "What is the capital of England?" );
var answer = Console.ReadLine();
if ( england == "london" ) Console.WriteLine( "Correct!" );
}