public static void Main()
string checkin = "31-08-2016";
string checkout = "01-09-2016";
string[] date = checkin.Split(sp);
string[] date2 = checkout.Split(sp);
int c1 = Convert.ToInt32(date[1]);
int c2 = Convert.ToInt32(date2[1]);
int c3 = Convert.ToInt32(date[0]);
int c4 = Convert.ToInt32(date2[0]);
Console.WriteLine(totday + " day(s)");
Console.WriteLine(totday + diff*30 + " day(s)");
Console.WriteLine(totday + " day(s)");