Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Title: Add Solution for "Number of Days in a Month" Problem #19

Open
neyhere07 opened this issue Oct 9, 2024 · 1 comment
Open

Title: Add Solution for "Number of Days in a Month" Problem #19

neyhere07 opened this issue Oct 9, 2024 · 1 comment

Comments

@neyhere07
Copy link

Initiative (Required)

Hacktoberfest 2024 🎃

Is your proposal related to a problem? Please describe.

This issue aims to add a coding problem named Number of Days in a Month along with its solution to the repository.


Problem Statement:

Input the number of the month, calculate the number of days present in that particular month.
Note: Consider non-leap year.

Example 1:
Input: 10
Output: 31
Explaination: October has 31 days
Example 2:
Input: 2
Output: 28
Explaination: February has 28 days
Example 3:
Input: 11
Output: 30
Explaination: November has 30 days

Contraints:
1 <= month <= 12

Add any other context or screenshots about the proposal request here.

@Kushal997-das I would like to contribute this problem to this repository under Hacktoberfest 2024, kindly assign me this issue! Thank you!

Copy link

github-actions bot commented Oct 9, 2024

@neyhere07

It's great having you contribute to this project

Thanks for opening this Issue 🙌 , Welcome to SkillShow 💖 We will review everything and get back to you.
Make sure to give a star to this repo before making a fork! Thank you :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant