write the java equivalent expression
Attachments:
Answers
Answered by
1
Answered by
4
- | a | + b^x > a
- Here we would be using the Math.abs method because absolute value of a is being returned. And Math.pow method also because b (first argument) is raised to x (second argument).
Similar questions