java expression for
Answers
Answered by
7
Answer:
a=0.05 - (2* math.pow(y,3)) / x -y;
Explanation:
a=0.05 - (2* math.pow(y,3)) / x -y;
math.pow() is used to make exponent of the given number or variable
math.pow(y,3) mean y to the power of 3
; at the end means the java expression has ended
Similar questions
Social Sciences,
6 months ago
India Languages,
6 months ago
Math,
6 months ago
Biology,
11 months ago
Math,
11 months ago
Social Sciences,
1 year ago
Social Sciences,
1 year ago
Social Sciences,
1 year ago