using System;
public class Program
{
public static void Main()
int edad;
Console.WriteLine("How old are you?");
edad=int.Parse(Console.ReadLine());
for(i<=edad)
Console.WriteLine("We have the same age");
}