Problem 2268. Given a number between 1-365 (a day number in a non leap year) , find what day of what month it is.

For a given number between 1-365 (a day number in a non leap year), you should check which day of which month it is.
for example,
n=35 should give back 4 Feb.

Solution Stats

42.17% Correct | 57.83% Incorrect
Last Solution submitted on Oct 27, 2022

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers30

Suggested Problems

Community Treasure Hunt

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

Start Hunting!