We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
The question ask to display the number of leap years found along with the years. Where in the program it only shows the years not the count.
System.out.print(year + (count % 10 == 0 ? "\n" : " "));