Computer Science, asked by Laiba123456789, 8 months ago

Q1. Write the Java expression for the following: z = 2/3 a^3 +√( bc^ 2) really require help

Answers

Answered by tyagivaishnavi17
4

Answer:

sorry I don't understand

Answered by iamdevesh123
3

Answer:int z =2/3*pow(a,3)+squrt(pow(bc,2);

Explanation:

Dont forget to import math library .

Similar questions