Basic C++ Programs: Arithmetic_Operations, Armstrong_number, Leap_year, Missing_number, Palindrome, Repeated_number, Reverse_number, Start_pyramid, Tables,
-
Updated
Aug 3, 2022 - C++
Basic C++ Programs: Arithmetic_Operations, Armstrong_number, Leap_year, Missing_number, Palindrome, Repeated_number, Reverse_number, Start_pyramid, Tables,
This is the classic leap year finder program with python. This problem is labelled as "hard" on many practice sites, but actually the programming is not hard at all. What's hard is the description of the leap year and how to translate it into the programming language.
This is a simple set of Python codes that will give the user the number of days in a month the user gives to the program. For this program to work, the user will provide the year and the month, and the program will return the number of days in that month. The program can also determine if the given year is a leap year and provide a correct numbe…
C# Dotnet
Code in Kotlin Programming Language that determines whether a given year is a leap year or not.
Add a description, image, and links to the leapyear topic page so that developers can more easily learn about it.
To associate your repository with the leapyear topic, visit your repo's landing page and select "manage topics."