Skip to content

Homework lesson1#2

Closed
scarface999007 wants to merge 3 commits into
vyrexd:masterfrom
scarface999007:homeworkLesson1
Closed

Homework lesson1#2
scarface999007 wants to merge 3 commits into
vyrexd:masterfrom
scarface999007:homeworkLesson1

Conversation

@scarface999007
Copy link
Copy Markdown

No description provided.

if((year % 4 == 0) && (year % 100 != 0) || (year % 400 == 0)){
System.out.println(year + " високосный год");
} else {
System.out.println(year + " не високосный год");
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Гуд

FrodoSur added a commit to FrodoSur/Java1_03_2020 that referenced this pull request Mar 19, 2020
@FrodoSur FrodoSur mentioned this pull request Mar 19, 2020
This pull request was closed.
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

Successfully merging this pull request may close these issues.

3 participants