Skip to content

Added new solution#292

Open
taras-oleksiuk wants to merge 6 commits into
mate-academy:masterfrom
taras-oleksiuk:hw-1
Open

Added new solution#292
taras-oleksiuk wants to merge 6 commits into
mate-academy:masterfrom
taras-oleksiuk:hw-1

Conversation

@taras-oleksiuk
Copy link
Copy Markdown

No description provided.

Comment thread src/main/java/core/basesyntax/Calculator.java Outdated
Comment thread src/test/java/core/basesyntax/CalculatorTest.java Outdated
Comment thread src/test/java/core/basesyntax/CalculatorTest.java Outdated
Comment thread src/test/java/core/basesyntax/CalculatorTest.java Outdated
Comment thread src/test/java/core/basesyntax/CalculatorTest.java Outdated
Comment thread src/main/java/core/basesyntax/Calculator.java Outdated
import org.junit.jupiter.api.Test;

class CalculatorTest {

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

redundant empty line

private static final double FIRST_NEGATIVE_OPERAND = -21.23;
private static final double SECOND_NEGATIVE_OPERAND = -22.24;
private static final double ZERO_OPERAND = 0.0;

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

redundant empty line

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