Problem 2524. weekday and month

Given a year and a weekday, determine how many months of that year had five of those weekdays. It is kind of easy to find.
Example:
y = 2014
d = 'Sun'
result = 4

Solution Stats

52.43% Correct | 47.57% Incorrect
Last Solution submitted on Jan 26, 2024

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers44

Suggested Problems

More from this Author44

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!