using System;
public class Program
{
public static void Main()
int Age = 18;
bool USC = true;
if(Age>=18&& USC)
Console.WriteLine ("you can vote");
}
else
Console.WriteLine ("you can't vote");