Write a script that prompts the user to input the day month
     Write a script that prompts the user to input the day, month, and year; determine the day of the year (the number of days including the current day). Be sure to take leap year into account.  Use a for loop Test your code on the following dates:  February 28, 2015 April 9, 1976 October 12, 1887  
  
  Solution
for i=1 i=10 i =i++
no of days = i/28
29
30
31
}

