namespace AskingTheirAgeandGenaration
public static void Main(string[] args)
Console.Write("Enter your age:");
int age = Convert.ToInt32(Console.ReadLine());
if (result >= 1995 && result <= 2015){
Console.WriteLine("You were born on " + result);
Console.WriteLine("And you belong to generation Gen Z");
else if (result >= 1980 && result <= 1994){
Console.WriteLine("You were born on " + result);
Console.WriteLine("And you belong to generation Millenial");
else if (result >= 1965 && result <= 1979){
Console.WriteLine("You were born on " + result);
Console.WriteLine("And you belong to generation Gen X");
else if (result >= 1944 && result <= 1964){
Console.WriteLine("You were born on " + result);
Console.WriteLine("And you belong to generation Baby Boomer");
Console.WriteLine("You were born on " + result);