Skip to content

homework 1.3 solution#161

Open
tkhambir wants to merge 2 commits into
mate-academy:masterfrom
tkhambir:hw-1.3
Open

homework 1.3 solution#161
tkhambir wants to merge 2 commits into
mate-academy:masterfrom
tkhambir:hw-1.3

Conversation

@tkhambir

Copy link
Copy Markdown

No description provided.

private Integer compute(int value) {
if (value == 0) {
return 0;
} else {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

do we need else block here?
hint:
we have return in if block

@tkhambir tkhambir requested a review from Sofasmile July 28, 2020 13:49
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.

2 participants