using System;
public class Program
{
public static void Main()
Console.WriteLine("Are you old enough to vote in the United States?");
Console.WriteLine("What is your name?");
Console.WriteLine("What is your age?");
Console.WriteLine("If you are over 18 then you can vote legally in the United States");
}