Skip to content

Jv lambda calc solution vk#301

Open
vadim9482 wants to merge 3 commits into
mate-academy:masterfrom
vadim9482:jv-lambda-calc-solution-VK
Open

Jv lambda calc solution vk#301
vadim9482 wants to merge 3 commits into
mate-academy:masterfrom
vadim9482:jv-lambda-calc-solution-VK

Conversation

@vadim9482
Copy link
Copy Markdown

Hi Roman, could you please check my pull request.

Comment on lines +13 to +14
result = a + b;
break;
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.

Suggested change
result = a + b;
break;
return a + b;

Comment on lines +18 to +21
private double firstValue;
private double secondValue;
private double expected;
private double actual;
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.

ці змінні нема сенсу в класі оголошувати так як вони інші для кожного методу

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