static int getYearofBirth(){
Console.WriteLine("Hello polezz entar the year you was born");
int year = Convert.ToInt32(Console.ReadLine());
static int getmonthofbirth(){
Console.WriteLine(" polezz entar the month you was born");
int month = Convert.ToInt32(Console.ReadLine());
static int getdayofbirth (){
Console.WriteLine(" polezz entar the day you was born");
int day = Convert.ToInt32(Console.ReadLine());
public static void Main()
int year = getYearofBirth();
int month = getmonthofbirth();
int day = getdayofbirth();
double daysinyear =364.25;
double days = yersa*daysinyear ;
double alldays = mm + day + days;
Console.WriteLine(alldays);