Computer Science, asked by anmol33360, 1 month ago

Write the java expression for the following: a=b^3+c^5+bc/4​

Answers

Answered by jayapraveen34
0

Answer:

a=(b*b*b) +( c*c*c)+ b*(c/4);

Similar questions