There were 261 weekdays in 2012.
Sunday
1 weekday
Weekend is Saturday and Sunday. Weekday is any of the 5 days of the week (Monday, Tuesday. Wednesday, Thursday or Friday)
In 2012 the 13th of July was a Friday
every weekday at 6pm but not at the weekends.
#include<stdio.h> void printMonth (int startDay, int days); int main (void) { printfMonth(2,29); return 0; } /*======printMonth===========*/ void printMonth (int startDay, int days) { int weekDay; int dayCount = 0; { printf("Sun Mon Tue Wed Thu Fri Sat\n"); printf("--- --- --- --- --- --- ---\n"); for (weekDay= 0; weekDay < startDay; weekDay++) {printf(" ");} for (int dayCount = 1; dayCount <= days; dayCount++) { if (weekDay > 6) { printf("\n"); weekDay = 1; } else weekDay++; printf("%3d", daycount); } printf("\n--- --- --- --- --- --- ---\n"); return; }}
Weekday but weekend starts for most people when workday is over that day. A weekend is Sat/Sun (2) days
105 weekend days in 2012
There were 31 days in October 2012.
Christmas of 2011 was on a Sunday, and including the leap year day, February 29, 2012, the time from Christmas 2011 to Christmas 2012 is 52 weeks and 2 days, which means that Christmas 2012 will fall on the second weekday after Sunday, which is Tuesday.
How many days till November 18 2012
As 2012 was a leap year, February had 29 days.