https://github.com/g3th/days-in-a-month
Finds how many days a month has for a particular year, which may be a leap year.
https://github.com/g3th/days-in-a-month
Last synced: 3 months ago
JSON representation
Finds how many days a month has for a particular year, which may be a leap year.
- Host: GitHub
- URL: https://github.com/g3th/days-in-a-month
- Owner: g3th
- Created: 2022-11-05T23:56:09.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-11-06T06:06:31.000Z (almost 4 years ago)
- Last Synced: 2025-01-15T10:27:15.986Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# Days-in-a-month calculator
## Finds how many days a month has for a particular year
Enter a year and a month, and the program will tell you how many days that month has for that year.
This means that if February is chosen for a leap-year, the program will return 29 days.
Therefore, this program is also able to discern whether a year is a leap-year or not.