Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Який варіант є правильним для цього методу?
public boolean isPositive(int x) { return x > 0;}
return x > 0;
(x) -> { return x > 0; }
x -> x > 0;
(int x) { return x > 0; }
(x) -> x > 0;
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!