Computer Science, asked by rvguptaknp, 6 months ago

Write the Java expression for the following

(i) x3

+xyz +z3

(ii) (5x3

+2y) / (x+y) (iii) a2

+ab –b

2​

Answers

Answered by mohammadmohsin721777
0

Answer:

I m in 6th I dont know these type of questions

Explanation:

jssjjjjkwkwowoqwoiehdhhdfhbcbcbnzmzkslaladjhdhfyrurueiqpp1012i34u4yyryrydgdgshqooqp2823y4ryr674

Answered by nickfury707
1

Answer:

(i) Math.pow(x,3)+x*y*z+Math.pow(z,3);

(ii) (5*x*3+2*y)/(x+y);

(iii) Math.pow(a,2)+a*b-b

Similar questions