Reasoning Ability - Calendar Problems
What day of the week was 1st March 2008?
q = 1, m = 3, year = 2008.K = 2008 % 100 = 8, J = floor(2008 / 100) = 20.floor(13*(m+1)/5) = floor(13*4/5) = 10;floor(K/4)=2;floor(J/4)=5;5*J = 100.h = (1 + 10 + 8 + 2 + 5 + 100) = 126 → 126 mod 7 = 0.0 → Saturday (Zeller mapping). So 1 Mar 2008 = Saturday.Start learning the concept with an interactive lesson.
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions