Q1. Write the Java expression for the following: z = 2/3 a^3 +√( bc^ 2) really require help
Answers
Answered by
4
Answer:
sorry I don't understand
Answered by
3
Answer:int z =2/3*pow(a,3)+squrt(pow(bc,2);
Explanation:
Dont forget to import math library .
Similar questions