Create the scripts that will calculate the day of week for the date that the user enters. The starter code asks the user for the month, day, and year, and stores these values in variables. You need to do the calculation to determine the day of week. July 4, 1776 was a Thursday (U.S. Independence Day) December 7, 1941 was a Sunday (Pearl Harbor Day) May 27, 2016 is a Friday (Hopefully the last day of school!)
Here are 2 sites that will help you learn the algorithm you need to calculate the day of week for a given date: http://www.timeanddate.com/date/doomsday-weekday.html http://gmmentalgym.blogspot.com/2011/03/day-of-week-for-any-date-revised.html (there are multiple tabs on the page)