Computer Science, asked by venkatachalanikhil, 4 months ago

write the java expression for 3ab+a^3+ sqrt (x+a)

Answers

Answered by AdwitiyaRana
2

The answer is given below.

Explanation:

Java Expression = (3*a*b) + Math.pow(a,3) + Math.sqrt(x+a) ;

PLEASE MARK ME THE BRAINLIEST


venkatachalanikhil: thanks
Similar questions