Problem 44437. How many days in a month?

Return the number of days in a given month in 2017. If the input is not a valid month number, return -1.

Examples:

Input: m = 1
Outpu: d = 31
Input:  m = 2
Output: d = 28
Input:  m = 13
Output: d = -1

You cannot use IF statements

Solution Stats

27.07% Correct | 72.93% Incorrect
Last Solution submitted on Dec 08, 2023

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers479

Suggested Problems

More from this Author25

Problem Tags

Community Treasure Hunt

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

Start Hunting!