Cursos
Cursos
Compilador de Código
Compilador de Código
Discutir
Teams
Fazer login
Registrar
Menu
Q&A Discussões
Pesquisar
Pesquisar
Faça uma pergunta
Faça uma pergunta
Can anyone tell, this is the correct program for leap year. If there is any other algorithm for the leap year program tell me🙏.
c
c++
else-statements
if-statements
1 Voto
3 Respostas
26th Jan 2021, 7:48 PM
Harshit Gupta
How to write a program to find leap year
comments
0 Voto
2 Respostas
18th Jan 2018, 6:39 PM
Shreyansh Parihar
I was writing a code to check for a leap year
java
leapyear
0 Voto
3 Respostas
1st Jul 2020, 4:42 PM
stephen haokip
How to display leap year and its calendar ?
java
jdk
0 Voto
2 Respostas
8th Nov 2016, 7:04 PM
Ana Aziana
Create a program to find leap year or not like input=2008, output =True
challenges
coding
program
python
ratnapal
sololearn
9 Votos
3 Respostas
9th Apr 2018, 6:21 PM
Ratnapal Shende
How to generate next 15 leap years from a given year and populate them in a list?
list
python
range
-9 Votos
8 Respostas
2nd Apr 2017, 1:35 PM
Manasjyoti Das
Program to find whether the given year is leap year or not
error
java
program
2 Votos
4 Respostas
17th Jul 2022, 12:03 PM
Ahmed Kazia
Please help, what am I doing wrong?
leap
year
0 Voto
2 Respostas
30th Jul 2021, 9:08 AM
Michael Dhlamini
Why we take year %100 != 0 to find leap year ??
java
2 Votos
4 Respostas
12th Dec 2016, 10:49 AM
Nishant singh
Why Leap year are divisible by 4 is not sufficient condition
java
0 Voto
4 Respostas
22nd Dec 2016, 2:50 PM
auhan
How to check for a year is leap year or not using if else statement
else-statements
2 Votos
7 Respostas
12th May 2019, 6:26 PM
Akshansh
Leap year teller. what's the problem in it ? Can you fix it ?
c++
4 Votos
6 Respostas
14th Jun 2018, 5:14 PM
Shehroz Irfan
Use modulo operator to check if a year is a leap year.
if
0 Voto
2 Respostas
17th Oct 2019, 4:09 PM
Tony
Program to find a leap year without using modulous and division operators????
c++
1 Voto
2 Respostas
4th Sep 2017, 7:49 PM
Nikhil Gowda
Anyone can know how to know this is leap year or not
c++
1 Voto
2 Respostas
7th Oct 2016, 11:29 AM
susmitha gummadi
Write a PL/SQL block to find whether the given year is leap year or not
mysql
0 Voto
5 Respostas
22nd May 2021, 4:03 PM
S.Brindha
How could I make leap years counter here? (code is in the descritpion)
calculator
date
javascript
js
1 Voto
3 Respostas
2nd Jan 2018, 9:01 PM
Ice
Please help solve leap yeah been week my code wen I test gives me what I want but solo is not approving
bigginer
python
2 Votos
22 Respostas
20th Mar 2024, 12:49 PM
ramoholokhathu
Java Program to find leap year.year should be 4 digit.year should not be negative number
c++
forloop
java
loops
oop
-2 Votos
5 Respostas
11th Aug 2019, 3:55 PM
Dhiraj singh✔️
Trying to solve leap year problem but this code is given me error. Please help..
python
python3
0 Voto
4 Respostas
3rd Sep 2021, 2:49 PM
Adebisi Olawale
Can u find the bug ? Plz run the code in else statement leap year program plz.
else
else-statements
1 Voto
5 Respostas
17th Feb 2021, 1:43 PM
Gayathri Uppada
What is the formula of knowing if it is a leap year or not?
java
leap
year
0 Voto
3 Respostas
20th Sep 2018, 5:31 PM
Kath
How to print the list of next 15 leap years from a given year in python?
python3
0 Voto
5 Respostas
7th Aug 2019, 2:26 PM
Shivendra
LEAP YEAR One of the locked answers are not going don’t know y (showing work )
leap_year
python
0 Voto
3 Respostas
22nd Sep 2022, 2:19 AM
Lz1234
Why won’t the code work when 2000 plugged in help please it’s for the leap year checker
python
0 Voto
6 Respostas
5th Feb 2021, 2:34 AM
kole roper
I am stuck how to Print 15 next leap years and return it using array in java ??
array
java
leapyear
0 Voto
8 Respostas
30th Jan 2021, 4:35 AM
Praveen Kumar
anyone can write a program to check whether a year is leap year or not
c++
1 Voto
2 Respostas
14th Jul 2016, 5:00 AM
tabbassum.k
Plz can any one help me how to write a source code of leap year
c++
cout
0 Voto
3 Respostas
11th Jan 2017, 11:12 AM
muhammad salman
I m not getting the code right in else statement about a leap year,can anyone give the code plz?
else
else-statements
-1 Voto
5 Respostas
17th Feb 2021, 11:55 AM
Gayathri Uppada
How do we find wether the given year is leap year or not without using division and modulus
c#
2 Votos
4 Respostas
23rd Aug 2017, 1:39 AM
Nikhil Gowda
How do u find the leap year withput using division and modulo operator in your program???
leapyear
0 Voto
2 Respostas
26th Sep 2017, 12:11 PM
shwetha lokesh
Has anyone attempted to try combining the leap year function with the days,month, year function on here?
coding
python3
0 Voto
2 Respostas
31st May 2020, 9:37 PM
John Perez
They are telling me that it's wrong please guys correct me , the answer should be" Not a leap year"
classes
0 Voto
3 Respostas
28th Feb 2021, 5:43 PM
Ngabirano Johnbosco
How to find the leap years between two years? Can somebody write a program on this in a simple way.
c++
0 Voto
2 Respostas
27th Jan 2019, 8:08 PM
Melvin K Varghese
Can anyone find the bug in this code the output is accurate but still showing some bugs,else in leap year program,code here
else-statements
0 Voto
3 Respostas
17th Feb 2021, 12:30 PM
Gayathri Uppada
Python for beginner 21.1
help
leap
lesson
python
year
0 Voto
5 Respostas
4th Jan 2022, 9:38 PM
Sasha Krömtz
I need help solving the leap year program after else statements in phyton for beginners. Been stuck for a week.
phytobforbeginers
phyton
phyton3
0 Voto
2 Respostas
23rd Oct 2022, 10:59 PM
Ogunmolu Dipo
Please I need help with this c programming question "which day" Can anyone make it in a simpler form with leap year functions??
c
programming
0 Voto
2 Respostas
24th Jun 2021, 10:35 AM
Baby
What's wrong with this code ? was trying to make a Program that could detect if it's a leap year or not ...?¿
javascript
0 Voto
2 Respostas
15th Sep 2020, 5:37 PM
Nahian Suhaimee
program that receives a year from the user find weather the year is a leap year normal year if year is divisible by 4 and not di
python
0 Voto
3 Respostas
27th Jan 2021, 2:14 PM
Arpandeep
Using java code to determine a person age,how many days of the person and how many leap years in that years by using system date
refer
1 Voto
2 Respostas
4th Mar 2018, 4:16 PM
VEERESH KAVALI
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
< Anterior
1
2
Próximo >
Quente hoje
Help please?
4 Votes
How to get better with problem-solving and programming
1 Votes
Ejercicio Pytho
0 Votes
Odd even threads without condition variable
0 Votes
What is that z for
0 Votes
Bug on "Java for Beginners Module 3 Quiz"
1 Votes
Suggestions needed
4 Votes
Game development
0 Votes
Write a program to find the strings are in isogram or not
0 Votes
Ruby programming?
3 Votes