public static void Main()
string NAME = "", L = "";
Console.WriteLine("welcome to LONELYOLDMEN.com not scam i swear");
Console.WriteLine("whats your age?");
AGE = Convert.ToInt16(Console.ReadLine());
Console.WriteLine("whats your name?");
NAME = Console.ReadLine();
Console.WriteLine("are you lnely 1 = y/2 = n?");
PAGE = Convert.ToInt16(Console.ReadLine());
Console.WriteLine("you're" + NAME + )