using System;
public class Program
{
public static void Main()
Console.WriteLine("Type the day part of the date: ");
Console.WriteLine("Type the month part of the date: ");
Console.WriteLine("Type the year part of the date: ");
}