Computer Science, asked by ayushi445730, 10 months ago

write the java expressions

Attachments:

Answers

Answered by rishikushwaha
0

Answer:

double a=math.sqrt(3*x+math.pow(x,2)/a+b)

Answered by Oreki
2

\textsf{\large Given Expression:}

     \frac{\sqrt{3x \: + \: x^2}}{a \: + \: b}

\textsf{\large Java Expression:}

     \texttt{Math.sqrt(3 * x + x * x) / a + b;}

Similar questions